aboutsummaryrefslogtreecommitdiffstats
path: root/converters/gbase
diff options
context:
space:
mode:
Diffstat (limited to 'converters/gbase')
-rw-r--r--converters/gbase/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/converters/gbase/Makefile b/converters/gbase/Makefile
index 09ffb88060a7..58efb254267a 100644
--- a/converters/gbase/Makefile
+++ b/converters/gbase/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= converters
MASTER_SITES= http://www.fluxcode.net/files/
MAINTAINER= ports@FreeBSD.org
-COMMENT= A program to convert between the 4 common bases used in programming
+COMMENT= Program to convert between the 4 common bases used in programming
LICENSE= ART10
@@ -17,7 +17,6 @@ OPTIONS_DEFINE= GTK2
PLIST_FILES= bin/${PORTNAME}
USES= pkgconfig
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGTK2}
@@ -39,6 +38,6 @@ do-build:
-o ${PORTNAME} ${GTK_LIBS}
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>