summaryrefslogtreecommitdiff
path: root/emulators/xsystem35
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/xsystem35
parentCorrect the path to io-xpm.c. (diff)
unbreak: get rid of redundant RPEFIX.
Notes
Notes: svn path=/head/; revision=119699
Diffstat (limited to 'emulators/xsystem35')
-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}