summaryrefslogtreecommitdiff
path: root/print/psify/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/psify/Makefile')
-rw-r--r--print/psify/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/print/psify/Makefile b/print/psify/Makefile
index 33b13de11d7..70b36fb3d74 100644
--- a/print/psify/Makefile
+++ b/print/psify/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2007/02/22 19:22:25 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:43 joerg Exp $
#
DISTNAME= psify-19980216
@@ -10,6 +10,8 @@ MAINTAINER= kim@tac.nyc.ny.us
HOMEPAGE= http://mit.edu/~mkgray/jik/sipbsrc/src/psify/
COMMENT= Pretty print C, CLU, SCHEME, Java and ARGUS source files
+PKG_DESTDIR_SUPPORT= user-destdir
+
WRKSRC= ${WRKDIR}
DIST_SUBDIR= psify
EXTRACT_ONLY= #empty
@@ -17,7 +19,8 @@ EXTRACT_ONLY= #empty
NO_CONFIGURE= yes
USE_TOOLS+= lex
-INSTALL_TARGET= install prefix=${PREFIX}
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+INSTALL_MAKE_FLAGS= prefix=${DESTDIR}${PREFIX}
post-extract:
@for i in ${DISTFILES}; \