aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2004-10-18 01:31:32 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2004-10-18 01:31:32 +0000
commitf9af385edbbbadd110d908e6c2c0e6c326545792 (patch)
tree60a967720222928d71e09d028ed2a0120a917d4f /emulators
parentb62b9a4d240eb3ef1230b53207fb60bddaf07fab (diff)
downloadports-f9af385edbbbadd110d908e6c2c0e6c326545792.tar.gz
ports-f9af385edbbbadd110d908e6c2c0e6c326545792.zip
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/xsystem35/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/emulators/xsystem35/Makefile b/emulators/xsystem35/Makefile
index d5dd5deb3286..33689788317c 100644
--- a/emulators/xsystem35/Makefile
+++ b/emulators/xsystem35/Makefile
@@ -16,8 +16,6 @@ COMMENT= AliceSoft System 3.5/3.6/3.8/3.9 on X Window System
LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \
jpeg.9:${PORTSDIR}/graphics/jpeg
-BROKEN= Broken pkg-plist
-
USE_AUTOCONF_VER= 259
USE_LIBTOOL_VER= 15
USE_GETTEXT= yes
@@ -90,9 +88,9 @@ pre-configure:
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/contrib/instgame ${PREFIX}/bin
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/${DOCSDIR}
+ @${MKDIR} ${DOCSDIR}
(cd ${WRKSRC}/doc;\
- ${INSTALL_MAN} * ${PREFIX}/${DOCSDIR})
+ ${INSTALL_MAN} * ${DOCSDIR})
.endif
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/src/xsys35rc.sample ${EXAMPLESDIR}