diff options
author | pat <pat@FreeBSD.org> | 2002-06-08 13:24:35 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-06-08 13:24:35 +0800 |
commit | e293f613f3369dcaddd8ba186d057c7cc93b894c (patch) | |
tree | 7d278c4e9d050d23320b7ada263f9b889f21caeb /games/scid/Makefile | |
parent | 217188bfac9db4cbd858b2f57efb0d06623f9960 (diff) | |
download | freebsd-ports-gnome-e293f613f3369dcaddd8ba186d057c7cc93b894c.tar.gz freebsd-ports-gnome-e293f613f3369dcaddd8ba186d057c7cc93b894c.tar.zst freebsd-ports-gnome-e293f613f3369dcaddd8ba186d057c7cc93b894c.zip |
Update to 3.3
PR: 38881
Submitted by: maintainer
Diffstat (limited to 'games/scid/Makefile')
-rw-r--r-- | games/scid/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/scid/Makefile b/games/scid/Makefile index ce04d80fe8cb..ac984a988829 100644 --- a/games/scid/Makefile +++ b/games/scid/Makefile @@ -7,8 +7,7 @@ # PORTNAME= scid -PORTVERSION= 3.2 -PORTREVISION= 1 +PORTVERSION= 3.3 CATEGORIES= games databases tk83 tcl83 MASTER_SITES= http://scid.sourceforge.net/download/ \ ${MASTER_SITE_SOURCEFORGE} @@ -23,7 +22,6 @@ USE_PYTHON= yes USE_XLIB= yes USE_GMAKE= yes -post-build: - @(cd ${WRKSRC}; ${GMAKE} strip) +ALL_TARGET= all strip .include <bsd.port.mk> |