diff options
author | tijl <tijl@FreeBSD.org> | 2017-12-24 21:45:17 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:13:36 +0800 |
commit | e099f0f949f3c59b2b803051726244bc982f839a (patch) | |
tree | 48e4c5b19b984b75e98b8f72ff31d117d08cbf69 /games | |
parent | e5a50a22159f37e7de3a9c79e57bde80a03d1d46 (diff) | |
download | freebsd-ports-gnome-e099f0f949f3c59b2b803051726244bc982f839a.tar.gz freebsd-ports-gnome-e099f0f949f3c59b2b803051726244bc982f839a.tar.zst freebsd-ports-gnome-e099f0f949f3c59b2b803051726244bc982f839a.zip |
Convert to USES=autoreconf.
Diffstat (limited to 'games')
-rw-r--r-- | games/bombherman/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/games/bombherman/Makefile b/games/bombherman/Makefile index 0d946b2c952d..d6ddb0312c33 100644 --- a/games/bombherman/Makefile +++ b/games/bombherman/Makefile @@ -22,11 +22,10 @@ GH_ACCOUNT= Keruspe GH_PROJECT= Bomb-her-man GH_TAGNAME= 8f5aa22 -USES= gmake pkgconfig +USES= autoreconf gmake pkgconfig USE_SDL= sdl image mixer ttf USE_GNOME= cairo intltool librsvg2 GNU_CONFIGURE= yes -USE_AUTOTOOLS= automake:env ALL_TARGET= # empty CFLAGS+= -I${LOCALBASE}/include @@ -49,11 +48,6 @@ NLS_USES= gettext # Wrong versioning upstream PORTSCOUT= ignore:1 -.include <bsd.port.options.mk> - -pre-configure: - @(cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./autogen.sh) - post-install: .for s in ${ICON_SIZES} @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/ |