diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-20 18:37:12 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-20 18:37:12 +0000 |
commit | d3781fc46bce2c7cf556dba6f7da4364fb0addee (patch) | |
tree | 22c689ca7e0c6fd4fe75e86f191bf7422f8abed4 /converters/gbase | |
parent | 85d1a044eb224dfec3f871ed10fda177b3529dc1 (diff) | |
download | ports-d3781fc46bce2c7cf556dba6f7da4364fb0addee.tar.gz ports-d3781fc46bce2c7cf556dba6f7da4364fb0addee.zip |
Notes
Diffstat (limited to 'converters/gbase')
-rw-r--r-- | converters/gbase/Makefile | 5 |
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> |