diff options
author | perky <perky@FreeBSD.org> | 2002-07-17 11:42:38 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2002-07-17 11:42:38 +0000 |
commit | 729723886fb276dfc952162e991fd23ee18f87c6 (patch) | |
tree | 16369d184abc8a7dec6ef7588ac2e1ab8bb3cc5f /net/sendip/Makefile | |
parent | 797af5e14090f1e5103210f4c978d37fec608aec (diff) | |
download | FreeBSD-ports-729723886fb276dfc952162e991fd23ee18f87c6.zip FreeBSD-ports-729723886fb276dfc952162e991fd23ee18f87c6.tar.gz |
Update to 2.1
PR: 40678
Submitted by: maintainer
Diffstat (limited to 'net/sendip/Makefile')
-rw-r--r-- | net/sendip/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/net/sendip/Makefile b/net/sendip/Makefile index 18ebf00..2fc7cba 100644 --- a/net/sendip/Makefile +++ b/net/sendip/Makefile @@ -6,14 +6,19 @@ # PORTNAME= sendip -PORTVERSION= 1.4 +PORTVERSION= 2.1 CATEGORIES= net MASTER_SITES= http://www.earth.li/projectpurple/files/ MAINTAINER= joseph@randomnetworks.com -WRKSRC= ${WRKDIR}/sendip +USE_GMAKE= yes +USE_REINPLACE= yes MAN1= sendip.1 +pre-install: + ${REINPLACE_CMD} -e "s:/usr/local:${PREFIX}:g" ${WRKSRC}/Makefile; + ${REINPLACE_CMD} -e "s:/share/man/man1:/man/man1:g" ${WRKSRC}/Makefile; + .include <bsd.port.mk> |