svn commit: r328555 - head/misc/getopt

Eitan Adler eadler at FreeBSD.org
Sat Sep 28 07:05:15 UTC 2013


Author: eadler
Date: Sat Sep 28 07:05:15 2013
New Revision: 328555
URL: http://svnweb.freebsd.org/changeset/ports/328555

Log:
  Convert to staging

Modified:
  head/misc/getopt/Makefile
  head/misc/getopt/pkg-plist

Modified: head/misc/getopt/Makefile
==============================================================================
--- head/misc/getopt/Makefile	Sat Sep 28 06:58:46 2013	(r328554)
+++ head/misc/getopt/Makefile	Sat Sep 28 07:05:15 2013	(r328555)
@@ -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>

Modified: head/misc/getopt/pkg-plist
==============================================================================
--- head/misc/getopt/pkg-plist	Sat Sep 28 06:58:46 2013	(r328554)
+++ head/misc/getopt/pkg-plist	Sat Sep 28 07:05:15 2013	(r328555)
@@ -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


More information about the svn-ports-all mailing list