diff options
author | hans <hans> | 2012-03-02 16:47:10 +0000 |
---|---|---|
committer | hans <hans> | 2012-03-02 16:47:10 +0000 |
commit | 82b369af3fd48b502d139dd2b7c0f6e78cb3bafb (patch) | |
tree | 98987ed714714bd0facb2961bdad1c75f9042e47 /textproc | |
parent | a99a9ee64af4195d1e1c54d95b9e7b0c2e4bed9c (diff) | |
download | pkgsrc-82b369af3fd48b502d139dd2b7c0f6e78cb3bafb.tar.gz |
Uses cdefs.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/vis/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/vis/Makefile b/textproc/vis/Makefile index b1c99e0cc5b..37ae8cb1abb 100644 --- a/textproc/vis/Makefile +++ b/textproc/vis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2009/02/07 21:38:01 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2012/03/02 16:49:07 hans Exp $ # DISTNAME= vis-0.1 @@ -10,6 +10,7 @@ COMMENT= Convert strings from/to a visual format PKG_DESTDIR_SUPPORT= user-destdir +USE_FEATURES+= cdefs USE_BSD_MAKEFILE= yes INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1 |