summaryrefslogtreecommitdiff
path: root/games/freesci/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/freesci/Makefile')
-rw-r--r--games/freesci/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/games/freesci/Makefile b/games/freesci/Makefile
index 49c47f70ab09..a56f35b4a380 100644
--- a/games/freesci/Makefile
+++ b/games/freesci/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= freesci
-PORTVERSION= 0.3.0
-PORTREVISION= 1
+PORTVERSION= 0.3.1
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.linuxgames.com/freesci/
@@ -21,10 +20,12 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-USE_GLIB= yes
+MAN6= freesci-tools.6 sciv.6
post-install:
+.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/freesci
@${INSTALL_DATA} ${WRKSRC}/doc/sci.sgml ${PREFIX}/share/freesci
+.endif
.include <bsd.port.mk>