mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Convert to staging
This commit is contained in:
parent
71c78f6ebb
commit
bde1b531b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328555
2 changed files with 3 additions and 4 deletions
|
@ -15,10 +15,8 @@ CFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib -lintl
|
LDFLAGS+= -L${LOCALBASE}/lib -lintl
|
||||||
MAKE_ENV+= LIBCGETOPT=0
|
MAKE_ENV+= LIBCGETOPT=0
|
||||||
|
|
||||||
MAN1= getopt.1
|
|
||||||
DOCS= Changelog README
|
DOCS= Changelog README
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
@ -26,8 +24,8 @@ post-patch:
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MDOCS}
|
.if ${PORT_OPTIONS:MDOCS}
|
||||||
post-install:
|
post-install:
|
||||||
@${MKDIR} ${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
@cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
@cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -27,3 +27,4 @@ share/locale/uk/LC_MESSAGES/getopt.mo
|
||||||
share/locale/vi/LC_MESSAGES/getopt.mo
|
share/locale/vi/LC_MESSAGES/getopt.mo
|
||||||
share/locale/zh_CN/LC_MESSAGES/getopt.mo
|
share/locale/zh_CN/LC_MESSAGES/getopt.mo
|
||||||
share/locale/zh_TW/LC_MESSAGES/getopt.mo
|
share/locale/zh_TW/LC_MESSAGES/getopt.mo
|
||||||
|
man/man1/getopt.1.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue