diff options
author | eadler <eadler@FreeBSD.org> | 2013-09-28 11:48:23 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-09-28 11:48:23 +0800 |
commit | ce0265b96f371602b52d906137924ce6d4900b2f (patch) | |
tree | 94655c3800c24e2fc0c55e563c2771a4af90f150 /sysutils/stalepid | |
parent | 6b2e8fad7d2b4748844d8c32e8b1b298a30cb6d7 (diff) | |
download | freebsd-ports-gnome-ce0265b96f371602b52d906137924ce6d4900b2f.tar.gz freebsd-ports-gnome-ce0265b96f371602b52d906137924ce6d4900b2f.tar.zst freebsd-ports-gnome-ce0265b96f371602b52d906137924ce6d4900b2f.zip |
convert to staging.
Diffstat (limited to 'sysutils/stalepid')
-rw-r--r-- | sysutils/stalepid/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/stalepid/Makefile b/sysutils/stalepid/Makefile index 897a91788bd9..f8f72accb470 100644 --- a/sysutils/stalepid/Makefile +++ b/sysutils/stalepid/Makefile @@ -17,9 +17,6 @@ USE_PERL5= run WRKSRC= ${WRKDIR}/${DISTNAME} -MAN1= stalepid.1 -MANCOMPRESSED= yes -PLIST_FILES= bin/stalepid +PLIST_FILES= bin/stalepid man/man1/stalepid.1.gz -NO_STAGE= yes .include <bsd.port.mk> |