diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-21 02:37:12 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-21 02:37:12 +0800 |
commit | ef005f9ac19c2eee8715f745a2e6c6fbbbe31848 (patch) | |
tree | 22c689ca7e0c6fd4fe75e86f191bf7422f8abed4 /converters | |
parent | feb3bf8161bb8b564fa1d7f29fef33af0d236838 (diff) | |
download | freebsd-ports-gnome-ef005f9ac19c2eee8715f745a2e6c6fbbbe31848.tar.gz freebsd-ports-gnome-ef005f9ac19c2eee8715f745a2e6c6fbbbe31848.tar.zst freebsd-ports-gnome-ef005f9ac19c2eee8715f745a2e6c6fbbbe31848.zip |
Stage support
Diffstat (limited to 'converters')
-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> |