1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

1: Stagify.

2: Add LICENSE.

Approved by:	portmgr@ (blanket approval)portmgr@ (blanket approval)portmgr@ (blanket approval)portmgr@ (blanket approval)
This commit is contained in:
Vanilla I. Shu 2014-07-02 08:04:10 +00:00
parent 0edcf6af27
commit a9e9db39ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360152
3 changed files with 17 additions and 4 deletions

View File

@ -11,13 +11,11 @@ MASTER_SITES= http://siag.nu/pub/webresolve/ \
MAINTAINER= joseph@randomnetworks.com
COMMENT= Webresolve resolves IP addresses to host names in web log files
HAS_CONFIGURE= yes
LICENSE= GPLv2
HAS_CONFIGURE= yes
ALL_TARGET= webresolve
MAN1= webresolve.1 splitwr.1
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|; s|\-g||' \
${WRKSRC}/configure

View File

@ -0,0 +1,13 @@
--- configure.orig 2014-07-02 16:00:31.835416510 +0800
+++ configure 2014-07-02 16:00:52.715441718 +0800
@@ -116,8 +116,8 @@ dist:
livelog: livelog.o
install: webresolve
- cp webresolve splitwr \$(BINDIR)
- cp webresolve.1 splitwr.1 \$(MAN1DIR)
+ cp webresolve splitwr \$(DESTDIR)\$(BINDIR)
+ cp webresolve.1 splitwr.1 \$(DESTDIR)\$(MAN1DIR)
uninstall:
rm -f \$(BINDIR)/webresolve \$(BINDIR)/splitwr

View File

@ -1,2 +1,4 @@
bin/splitwr
bin/webresolve
man/man1/webresolve.1.gz
man/man1/splitwr.1.gz