diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-16 10:32:56 +0800 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-16 10:32:56 +0800 |
commit | f936dcf1d95063449b5310ba2e80d48f98cc8c8c (patch) | |
tree | e8b78a65552bf197db0db6fce3e9c538be846a35 /games/gretools/Makefile | |
parent | d5cca333e6417fbc2baf44afa1b21dd1dc11f65e (diff) | |
download | freebsd-ports-gnome-f936dcf1d95063449b5310ba2e80d48f98cc8c8c.tar.gz freebsd-ports-gnome-f936dcf1d95063449b5310ba2e80d48f98cc8c8c.tar.zst freebsd-ports-gnome-f936dcf1d95063449b5310ba2e80d48f98cc8c8c.zip |
- Use shebangfix
- Convert USE_GMAKE to USES
- Add stage support
Diffstat (limited to 'games/gretools/Makefile')
-rw-r--r-- | games/gretools/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/gretools/Makefile b/games/gretools/Makefile index 5bc0baf67536..854afb715a3c 100644 --- a/games/gretools/Makefile +++ b/games/gretools/Makefile @@ -13,14 +13,13 @@ COMMENT= GNOME vocabulary builder LICENSE= GPLv2 -USES= pathfix pkgconfig +USES= gmake pathfix pkgconfig shebangfix +SHEBANG_FILES= ${WRKSRC}/gretools.py USE_GNOME= gnomeprefix pygnome2 USE_PYTHON= yes -USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_OMF= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/bin/python -t|/usr/bin/env python|g ; \ s|@prefix@|${LOCALBASE}|g ; s|@share@|share|g' \ |