diff options
author | joerg <joerg> | 2008-04-07 17:31:25 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-04-07 17:31:25 +0000 |
commit | 531a06f89c72bad9d4c60a91bfee7e3f26802131 (patch) | |
tree | 2b91ddc1206291976ae6422f82eef479f4fe8185 /emulators/makeppf | |
parent | 965e4113f854b386918567fb9f782dc8c2043ca7 (diff) | |
download | pkgsrc-531a06f89c72bad9d4c60a91bfee7e3f26802131.tar.gz |
Fix DESTDIR.
Diffstat (limited to 'emulators/makeppf')
-rw-r--r-- | emulators/makeppf/Makefile | 4 |
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 \ |