aboutsummaryrefslogtreecommitdiff
path: root/emulators/gsnes9x/Makefile
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2000-08-13 16:26:26 +0000
committerAlexander Langer <alex@FreeBSD.org>2000-08-13 16:26:26 +0000
commit574c0a60dec1f7e8312afcef885b1d74c0091152 (patch)
tree0718f1f59a88404a8e7edbeefa44bd6634785da2 /emulators/gsnes9x/Makefile
parent495659c2057058130dec1faab15d826ba01fe234 (diff)
downloadports-574c0a60dec1f7e8312afcef885b1d74c0091152.tar.gz
ports-574c0a60dec1f7e8312afcef885b1d74c0091152.zip
Notes
Diffstat (limited to 'emulators/gsnes9x/Makefile')
-rw-r--r--emulators/gsnes9x/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/gsnes9x/Makefile b/emulators/gsnes9x/Makefile
index 8c94b8539924..4926b77ecf1f 100644
--- a/emulators/gsnes9x/Makefile
+++ b/emulators/gsnes9x/Makefile
@@ -27,8 +27,8 @@ CONFIGURE_ARGS= --without-included-gettext \
--with-esd
.if defined(NOPORTDOCS)
-pre-install:
- ${INSTALL_DATA} ${FILESDIR}/PLIST.nodocs ${PKGDIR}/PLIST
+
+PLIST= ${FILESDIR}/PLIST.nodocs
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/GSnes9x ${PREFIX}/bin
@@ -43,8 +43,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/pixmaps/gsnes9x-icon.png \
${PREFIX}/share/gnome/pixmaps
.else
-pre-install:
- ${INSTALL_DATA} ${FILESDIR}/PLIST.docs ${PKGDIR}/PLIST
+PLIST= ${FILESDIR}/PLIST.docs
.endif
.include <bsd.port.mk>