diff options
author | hans <hans@pkgsrc.org> | 2012-03-02 16:36:57 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-03-02 16:36:57 +0000 |
commit | 1feaf3640a6a39bd6e692383534dc04eda043daf (patch) | |
tree | 21df0b47317c36ea2592f63fb1aa3902fafa06fd /net/sup | |
parent | e6fac450ad3b416e8dbf805117931794f67a0826 (diff) | |
download | pkgsrc-1feaf3640a6a39bd6e692383534dc04eda043daf.tar.gz |
Uses cdefs.
Diffstat (limited to 'net/sup')
-rw-r--r-- | net/sup/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/sup/Makefile b/net/sup/Makefile index 16706f248c8..ab9989d0c5f 100644 --- a/net/sup/Makefile +++ b/net/sup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2010/02/11 22:52:52 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2012/03/02 16:44:18 hans Exp $ # DISTNAME= sup-0.3 @@ -10,6 +10,8 @@ COMMENT= Network file distribution/synchronisation utility PKG_DESTDIR_SUPPORT= user-destdir +USE_FEATURES+= cdefs + INSTALLATION_DIRS+= sbin ${PKGMANDIR}/man1 ${PKGMANDIR}/man8 .include "../../mk/bsd.pkg.mk" |