diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-07 02:51:30 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-07 02:51:30 +0800 |
commit | ba22f1c03349902fba9a04bc904b2cf659483a00 (patch) | |
tree | 07d66bc02c2435e1ee5ed31e47744eccac81402c /x11-themes | |
parent | 69c5a6fdbdbdf5ddf906ca0041dda3d76c590282 (diff) | |
download | freebsd-ports-gnome-ba22f1c03349902fba9a04bc904b2cf659483a00.tar.gz freebsd-ports-gnome-ba22f1c03349902fba9a04bc904b2cf659483a00.tar.zst freebsd-ports-gnome-ba22f1c03349902fba9a04bc904b2cf659483a00.zip |
- Stage support
- Convert to USES gmake and shebangfix
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/emerald-themes/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11-themes/emerald-themes/Makefile b/x11-themes/emerald-themes/Makefile index d69d2b268d08..5531ed24521f 100644 --- a/x11-themes/emerald-themes/Makefile +++ b/x11-themes/emerald-themes/Makefile @@ -12,17 +12,13 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake shebangfix USE_AUTOTOOLS= autoconf:env automake:env aclocal:env autoheader:env +SHEBANG_FILES= themes/import.sh CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} 's|/bin/bash|${LOCALBASE}/bin/bash|' \ - ${WRKSRC}/themes/import.sh - pre-configure: @cd ${WRKSRC} && ./autogen.sh |