summaryrefslogtreecommitdiff
path: root/emulators/makeppf
diff options
context:
space:
mode:
authorjoerg <joerg>2008-04-07 17:31:25 +0000
committerjoerg <joerg>2008-04-07 17:31:25 +0000
commit531a06f89c72bad9d4c60a91bfee7e3f26802131 (patch)
tree2b91ddc1206291976ae6422f82eef479f4fe8185 /emulators/makeppf
parent965e4113f854b386918567fb9f782dc8c2043ca7 (diff)
downloadpkgsrc-531a06f89c72bad9d4c60a91bfee7e3f26802131.tar.gz
Fix DESTDIR.
Diffstat (limited to 'emulators/makeppf')
-rw-r--r--emulators/makeppf/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/makeppf/Makefile b/emulators/makeppf/Makefile
index 0928b2bf168..c21c50c7ace 100644
--- a/emulators/makeppf/Makefile
+++ b/emulators/makeppf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2008/03/03 19:21:38 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2008/04/07 17:31:25 joerg Exp $
#
DISTNAME= makeppf3_src
@@ -15,6 +15,8 @@ PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}
+INSTALLATION_DIRS= bin
+
do-build:
cd ${BUILD_DIRS} && ${CC} ${CPPFLAGS} ${CFLAGS} \
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 \