diff options
author | joerg <joerg@pkgsrc.org> | 2008-04-07 17:31:25 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-04-07 17:31:25 +0000 |
commit | a3f08e7d3adb884728317a13ba11c70d765e1aa5 (patch) | |
tree | 2b91ddc1206291976ae6422f82eef479f4fe8185 /emulators/makeppf | |
parent | 95b0a4612823cce20bf1ab8dcd14d804e983fcef (diff) | |
download | pkgsrc-a3f08e7d3adb884728317a13ba11c70d765e1aa5.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 \ |