diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2004-10-18 01:31:32 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2004-10-18 01:31:32 +0000 |
commit | f9af385edbbbadd110d908e6c2c0e6c326545792 (patch) | |
tree | 60a967720222928d71e09d028ed2a0120a917d4f | |
parent | b62b9a4d240eb3ef1230b53207fb60bddaf07fab (diff) | |
download | ports-f9af385edbbbadd110d908e6c2c0e6c326545792.tar.gz ports-f9af385edbbbadd110d908e6c2c0e6c326545792.zip |
Notes
-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 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} |