aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-02 14:56:43 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-02 14:56:43 +0000
commit49d2490c383e7c630e4e6e4a06ea2aa116cd94f1 (patch)
tree0a33daf473aaae5c881eb992a9abf79892f3f40d /emulators
parentdfa52b24d98f3c8452590d2b975c0334e92ba2d7 (diff)
downloadports-49d2490c383e7c630e4e6e4a06ea2aa116cd94f1.tar.gz
ports-49d2490c383e7c630e4e6e4a06ea2aa116cd94f1.zip
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/generator-cbiere/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/emulators/generator-cbiere/Makefile b/emulators/generator-cbiere/Makefile
index 577d2b4eca59..eed4a4cdcd8f 100644
--- a/emulators/generator-cbiere/Makefile
+++ b/emulators/generator-cbiere/Makefile
@@ -25,7 +25,7 @@ SDL_DESC= Use SDL for audio
USE_BZIP2= yes
USE_GNOME= gtk12
USE_SDL= sdl
-USE_GMAKE= yes
+USES= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-transform-name=s/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/
CONFIGURE_ARGS+=--with-gtk
@@ -38,7 +38,6 @@ PLIST_FILES= bin/${PORTNAME}${PKGNAMESUFFIX}-gtk
LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if empty(PORT_OPTIONS:MOPTIMIZED_CFLAGS)
@@ -60,9 +59,4 @@ post-patch:
@${REINPLACE_CMD} -e '/%define %1 @UNDERSCORE@%1 /d' \
${WRKSRC}/raze/raze.asm.in
-post-install:
- @${ECHO_CMD}
- @${CAT} ${PKGMESSAGE}
- @${ECHO_CMD}
-
.include <bsd.port.mk>