summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/argp/Makefile4
-rw-r--r--emulators/fceu/Makefile5
2 files changed, 6 insertions, 3 deletions
diff --git a/devel/argp/Makefile b/devel/argp/Makefile
index b311ad65958..dbfbbc250e4 100644
--- a/devel/argp/Makefile
+++ b/devel/argp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/03/24 16:57:41 agc Exp $
+# $NetBSD: Makefile,v 1.2 2007/03/28 13:19:13 joerg Exp $
DISTNAME= argp-standalone-1.3
PKGNAME= argp-1.3
@@ -11,6 +11,8 @@ COMMENT= Argument parsing function from glibc
GNU_CONFIGURE= yes
+INSTALLATION_DIRS= include lib
+
do-install:
${INSTALL_LIB} ${WRKSRC}/libargp.a ${PREFIX}/lib/
${INSTALL_DATA} ${WRKSRC}/argp.h ${PREFIX}/include/
diff --git a/emulators/fceu/Makefile b/emulators/fceu/Makefile
index dcc4f7c8639..5fbf849e7c9 100644
--- a/emulators/fceu/Makefile
+++ b/emulators/fceu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2007/01/07 09:13:53 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2007/03/28 13:20:47 joerg Exp $
#
DISTNAME= fceu-0.98.13.src
@@ -22,10 +22,11 @@ SUBST_MESSAGE.dsp= Adjusting sound device path.
SUBST_FILES.dsp= src/drivers/sexyal/drivers/oss.c
SUBST_SED.dsp= -e "s|/dev/dsp|${DEVOSSAUDIO}|"
+INSTALLATION_DIRS= ${PKGMANDIR}/man6 share/doc/fceu
+
post-install:
${INSTALL_DATA} ${WRKSRC}/Documentation/fceu-sdl.6 \
${PREFIX}/${PKGMANDIR}/man6/fceu.6
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fceu
${INSTALL_DATA} ${WRKSRC}/Documentation/*.html \
${PREFIX}/share/doc/fceu
${INSTALL_DATA} ${WRKSRC}/Documentation/*.txt \