diff options
author | Steve Price <steve@FreeBSD.org> | 2001-02-27 04:57:35 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-02-27 04:57:35 +0000 |
commit | 5ad7c75da9cbce2ebffad0cc595664b83a9a7640 (patch) | |
tree | e461e483201d350e8dfc64c1c82cf3865f285cfc /emulators/freesci | |
parent | Update to version 0.6. (diff) |
Update to version 0.3.1.
PR: 25401
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=38835
Diffstat (limited to 'emulators/freesci')
-rw-r--r-- | emulators/freesci/Makefile | 7 | ||||
-rw-r--r-- | emulators/freesci/distinfo | 2 | ||||
-rw-r--r-- | emulators/freesci/pkg-plist | 13 |
3 files changed, 8 insertions, 14 deletions
diff --git a/emulators/freesci/Makefile b/emulators/freesci/Makefile index 49c47f70ab09..a56f35b4a380 100644 --- a/emulators/freesci/Makefile +++ b/emulators/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> diff --git a/emulators/freesci/distinfo b/emulators/freesci/distinfo index 5695884806d9..cc29090d67b7 100644 --- a/emulators/freesci/distinfo +++ b/emulators/freesci/distinfo @@ -1 +1 @@ -MD5 (freesci-0.3.0.tar.gz) = 71fa6c95a6fcebe3c818e53e6561721a +MD5 (freesci-0.3.1.tar.gz) = 78575cd27a7aeb9557f2e17e65ebce8f diff --git a/emulators/freesci/pkg-plist b/emulators/freesci/pkg-plist index 51a73523e706..884686e5d897 100644 --- a/emulators/freesci/pkg-plist +++ b/emulators/freesci/pkg-plist @@ -1,14 +1,7 @@ -bin/sciunpack -bin/scriptdump -bin/vocabdump -bin/classes bin/sciconsole bin/scidisasm -bin/listwords +bin/sciunpack bin/sciv -lib/libscicore.a lib/libsciengine.a -lib/libscigraphics.a -lib/libscisound.a -share/freesci/sci.sgml -@dirrm share/freesci +%%PORTDOCS%%share/freesci/sci.sgml +%%PORTDOCS%%@dirrm share/freesci |