diff options
Diffstat (limited to 'devel/ucpp')
-rw-r--r-- | devel/ucpp/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/ucpp/Makefile b/devel/ucpp/Makefile index a0cfc867992..c1e71739637 100644 --- a/devel/ucpp/Makefile +++ b/devel/ucpp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2009/03/26 17:14:32 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2012/10/31 11:19:52 asau Exp $ # DISTNAME= ucpp-1.3 @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://code.google.com/p/ucpp/ COMMENT= C preprocessor and lexer -PKG_DESTDIR_SUPPORT= user-destdir - INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 .include "../../mk/bsd.prefs.mk" |