diff options
Diffstat (limited to 'emulators/xsystem35/Makefile')
-rw-r--r-- | emulators/xsystem35/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/emulators/xsystem35/Makefile b/emulators/xsystem35/Makefile index d5dd5deb328..33689788317 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} |