diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-08 12:10:53 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-08 12:10:53 +0000 |
commit | 9f06c787b488c60a86b200e71c7381dc5462c05f (patch) | |
tree | 6a35c5413cf191060d3bbe74ed6bab6f254ac18e | |
parent | ed16820e8c230689f31faec9f7b2e22aa6eeea30 (diff) | |
download | ports-9f06c787b488c60a86b200e71c7381dc5462c05f.tar.gz ports-9f06c787b488c60a86b200e71c7381dc5462c05f.zip |
Support STAGEDIR.
Notes
Notes:
svn path=/head/; revision=333204
-rw-r--r-- | sysutils/and/Makefile | 4 | ||||
-rw-r--r-- | sysutils/and/pkg-plist | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/and/Makefile b/sysutils/and/Makefile index b8021537b9c6..820faae602dc 100644 --- a/sysutils/and/Makefile +++ b/sysutils/and/Makefile @@ -13,8 +13,4 @@ USE_GMAKE= yes ALL_TARGET= default NOPRECIOUSMAKEVARS= yes -MAN5= and.conf.5 and.priorities.5 -MAN8= and.8 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/and/pkg-plist b/sysutils/and/pkg-plist index 19caf192c8d1..1633c353b466 100644 --- a/sysutils/and/pkg-plist +++ b/sysutils/and/pkg-plist @@ -1,3 +1,6 @@ -sbin/and etc/and.conf etc/and.priorities +man/man5/and.conf.5.gz +man/man5/and.priorities.5.gz +man/man8/and.8.gz +sbin/and |