Stage support
This commit is contained in:
parent
cecaf5e154
commit
7398c2c66a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344946
1 changed files with 2 additions and 4 deletions
|
@ -34,10 +34,8 @@ X11_DESC= X11 graphics support
|
||||||
|
|
||||||
OPTIONS_DEFAULT= IPV6 UTF8 X11
|
OPTIONS_DEFAULT= IPV6 UTF8 X11
|
||||||
|
|
||||||
MAN1= links.1
|
PLIST_FILES= bin/links man/man1/links.1.gz
|
||||||
PLIST_FILES= bin/links
|
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
#CIPHERSTRING must be a valid OpenSSL cipher string(see ciphers(1)):
|
#CIPHERSTRING must be a valid OpenSSL cipher string(see ciphers(1)):
|
||||||
|
@ -113,7 +111,7 @@ post-patch:
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MX11}
|
.if ${PORT_OPTIONS:MX11}
|
||||||
post-install:
|
post-install:
|
||||||
@${INSTALL_DATA} ${WRKSRC}/graphics/links.xpm ${PREFIX}/share/pixmaps/links.xpm
|
@${INSTALL_DATA} ${WRKSRC}/graphics/links.xpm ${STAGEDIR}${PREFIX}/share/pixmaps/links.xpm
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Reference in a new issue