aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/cidr
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-22 19:50:00 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-22 19:50:00 +0000
commitd3a28d7785f210e522af26166d4ffb70505d8580 (patch)
treef18cfa0e05d26e7f7e45b6518dc01572a08dc3d6 /net-mgmt/cidr
parent064cbf1f1e17c0201cfaea518eeba4c6d637b52a (diff)
downloadports-d3a28d7785f210e522af26166d4ffb70505d8580.tar.gz
ports-d3a28d7785f210e522af26166d4ffb70505d8580.zip
Support staging
PR: 183194 Submitted by: mat
Notes
Notes: svn path=/head/; revision=331308
Diffstat (limited to 'net-mgmt/cidr')
-rw-r--r--net-mgmt/cidr/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/net-mgmt/cidr/Makefile b/net-mgmt/cidr/Makefile
index 19cf287a0b2c..85d0357aa816 100644
--- a/net-mgmt/cidr/Makefile
+++ b/net-mgmt/cidr/Makefile
@@ -12,15 +12,13 @@ COMMENT= RFC 1878 subnet calculator / helper
LICENSE= GPLv2
-MAN1= cidr.1
-PLIST_FILES= bin/cidr
+PLIST_FILES= bin/cidr man/man1/cidr.1.gz
-NO_STAGE= yes
do-build:
${CC} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c -o ${WRKSRC}/${PORTNAME}
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>