mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Stage support
This commit is contained in:
parent
85d1a044eb
commit
d3781fc46b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340444
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user