diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-28 04:25:51 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-28 04:25:51 +0800 |
commit | bfce694adc2be2597a8172efd0261c1535339cd0 (patch) | |
tree | 0976fab8ec8852c94ca6e0266de6bef5d75b8260 /emulators/xsystem35 | |
parent | 2f5b00a2bb8b091578839016d06db6a53c4ca56e (diff) | |
download | freebsd-ports-gnome-bfce694adc2be2597a8172efd0261c1535339cd0.tar.gz freebsd-ports-gnome-bfce694adc2be2597a8172efd0261c1535339cd0.tar.zst freebsd-ports-gnome-bfce694adc2be2597a8172efd0261c1535339cd0.zip |
- Fix shebangs
- Strip libraries
Diffstat (limited to 'emulators/xsystem35')
-rw-r--r-- | emulators/xsystem35/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/emulators/xsystem35/Makefile b/emulators/xsystem35/Makefile index 1fa1c71ae19f..5f5f8b1c8a12 100644 --- a/emulators/xsystem35/Makefile +++ b/emulators/xsystem35/Makefile @@ -3,7 +3,7 @@ PORTNAME= xsystem35 PORTVERSION= 1.7.2 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= emulators MASTER_SITES= http://8ne.sakura.ne.jp:20008/chika/unitbase/xsys35/down/ @@ -18,7 +18,8 @@ LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \ OPTIONS_DEFINE= ESOUND DOCS EXAMPLES -USES= gettext gmake libtool +USES= gettext gmake libtool shebangfix +SHEBANG_FILES= contrib/instgame USE_AUTOTOOLS= autoconf:env USE_GNOME= gtk12 USE_XORG= xxf86vm @@ -31,6 +32,7 @@ CONFIGURE_ARGS= --without-included-gettext \ CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib MAKE_JOBS_UNSAFE= yes +INSTALL_TARGET= install-strip SUB_FILES= pkg-message |