Convert to staging

This commit is contained in:
Eitan Adler 2013-09-28 07:05:15 +00:00
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

View file

@ -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>

View file

@ -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