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 | bb9cd87c177f5f9205362b3e954daeb4ca7d2d4b (patch) | |
tree | 21df0b47317c36ea2592f63fb1aa3902fafa06fd /net/sup/Makefile | |
parent | 6336cc7b2d11c34cc93b4db4bf15028d85715b67 (diff) | |
download | pkgsrc-bb9cd87c177f5f9205362b3e954daeb4ca7d2d4b.tar.gz |
Uses cdefs.
Diffstat (limited to 'net/sup/Makefile')
-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" |