mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -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
|
||||
MAKE_ENV+= LIBCGETOPT=0
|
||||
|
||||
MAN1= getopt.1
|
||||
DOCS= Changelog README
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
|
@ -26,8 +24,8 @@ post-patch:
|
|||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
@cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -27,3 +27,4 @@ share/locale/uk/LC_MESSAGES/getopt.mo
|
|||
share/locale/vi/LC_MESSAGES/getopt.mo
|
||||
share/locale/zh_CN/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