summaryrefslogtreecommitdiff
path: root/devel/ucpp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ucpp/Makefile')
-rw-r--r--devel/ucpp/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/ucpp/Makefile b/devel/ucpp/Makefile
index 53c34812dc8..05002b6513c 100644
--- a/devel/ucpp/Makefile
+++ b/devel/ucpp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/05/24 16:23:23 obache Exp $
+# $NetBSD: Makefile,v 1.2 2008/03/03 17:45:38 jlam Exp $
#
DISTNAME= ucpp-1.3
@@ -9,10 +9,12 @@ MAINTAINER= asmodai@in-nomine.org
HOMEPAGE= http://pornin.nerim.net/ucpp/
COMMENT= C preprocessor and lexer
-MAN1= ucpp.1
+PKG_DESTDIR_SUPPORT= user-destdir
+
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ucpp ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/${PKGMANDIR}/man1
+ ${INSTALL_MAN} ${WRKSRC}/ucpp.1 ${PREFIX}/${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"