summaryrefslogtreecommitdiff
path: root/emulators/fceu
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-03-28 13:19:13 +0000
committerjoerg <joerg@pkgsrc.org>2007-03-28 13:19:13 +0000
commitc22dc6d534dc8c70e211e907cea954fc97133e4f (patch)
treee43ec0c9f970a4a8a7c3dd253138134566ccbe26 /emulators/fceu
parentfd36cea135416287102c4efaa86420bbb22b4f63 (diff)
downloadpkgsrc-c22dc6d534dc8c70e211e907cea954fc97133e4f.tar.gz
NO_MTREE support.
Diffstat (limited to 'emulators/fceu')
-rw-r--r--emulators/fceu/Makefile5
1 files changed, 3 insertions, 2 deletions
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 \