diff options
author | joerg <joerg> | 2007-03-28 13:19:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-03-28 13:19:13 +0000 |
commit | 75c5efaeb93f7ea3d9cafe7a7065c860d733ad38 (patch) | |
tree | e43ec0c9f970a4a8a7c3dd253138134566ccbe26 /emulators | |
parent | 02033ed0a7cf97ca1ad6f4fc898721c85d79a1b2 (diff) | |
download | pkgsrc-75c5efaeb93f7ea3d9cafe7a7065c860d733ad38.tar.gz |
NO_MTREE support.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/fceu/Makefile | 5 |
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 \ |