diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2002-07-17 11:42:38 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2002-07-17 11:42:38 +0000 |
commit | 977bb4a9a1011524dc672cd88d14f2ff2c807683 (patch) | |
tree | e36e63a7d0745c280e8266300751af707e336e0c /net-mgmt/sendip/Makefile | |
parent | 766f87d735377bc048446354812af6e89ee3a50a (diff) | |
download | ports-977bb4a9a1011524dc672cd88d14f2ff2c807683.tar.gz ports-977bb4a9a1011524dc672cd88d14f2ff2c807683.zip |
Notes
Diffstat (limited to 'net-mgmt/sendip/Makefile')
-rw-r--r-- | net-mgmt/sendip/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/net-mgmt/sendip/Makefile b/net-mgmt/sendip/Makefile index 18ebf007f5df..2fc7cba7890c 100644 --- a/net-mgmt/sendip/Makefile +++ b/net-mgmt/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> |