diff options
author | steve <steve@FreeBSD.org> | 2001-02-27 12:57:35 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-02-27 12:57:35 +0800 |
commit | ad8469c1dd14b5d0a806930ccd448e19d90de901 (patch) | |
tree | 5ca73768513fc23d940d6859a164370b0068368c /emulators | |
parent | cc4c7597f2da65053c4179296742875fca25cd8f (diff) | |
download | freebsd-ports-gnome-ad8469c1dd14b5d0a806930ccd448e19d90de901.tar.gz freebsd-ports-gnome-ad8469c1dd14b5d0a806930ccd448e19d90de901.tar.zst freebsd-ports-gnome-ad8469c1dd14b5d0a806930ccd448e19d90de901.zip |
Update to version 0.3.1.
PR: 25401
Submitted by: maintainer
Diffstat (limited to 'emulators')
-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 |