diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-16 00:05:56 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-16 00:05:56 +0800 |
commit | 0c7d727e741f48c99c05b0b6d8c541c2108d1e54 (patch) | |
tree | 0f5e71fe509ad757136a31313c0e379401edf5fb /sysutils/npadmin | |
parent | 3d508d5770e366702d19217110517c448ea0ad31 (diff) | |
download | freebsd-ports-gnome-0c7d727e741f48c99c05b0b6d8c541c2108d1e54.tar.gz freebsd-ports-gnome-0c7d727e741f48c99c05b0b6d8c541c2108d1e54.tar.zst freebsd-ports-gnome-0c7d727e741f48c99c05b0b6d8c541c2108d1e54.zip |
Support STAGEDIR.
Diffstat (limited to 'sysutils/npadmin')
-rw-r--r-- | sysutils/npadmin/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/npadmin/Makefile b/sysutils/npadmin/Makefile index 74373304039c..50255c95bdf9 100644 --- a/sysutils/npadmin/Makefile +++ b/sysutils/npadmin/Makefile @@ -10,12 +10,10 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= SNMP based command line network printer management tool -MAN1= npadmin.1 -PLIST_FILES= bin/npadmin - GNU_CONFIGURE= yes -NO_STAGE= yes +PLIST_FILES= bin/npadmin man/man1/${PORTNAME}.1.gz + pre-configure: ${RM} ${WRKSRC}/getopt.h ${WRKSRC}/getopt1.c |