svn commit: r336118 - head/devel/chrpath

Baptiste Daroussin bapt at FreeBSD.org
Tue Dec 10 22:32:32 UTC 2013


Author: bapt
Date: Tue Dec 10 22:32:31 2013
New Revision: 336118
URL: http://svnweb.freebsd.org/changeset/ports/336118

Log:
  Support stage
  Strip binaries

Modified:
  head/devel/chrpath/Makefile

Modified: head/devel/chrpath/Makefile
==============================================================================
--- head/devel/chrpath/Makefile	Tue Dec 10 21:12:30 2013	(r336117)
+++ head/devel/chrpath/Makefile	Tue Dec 10 22:32:31 2013	(r336118)
@@ -15,8 +15,6 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
 
-MAN1=		chrpath.1
-
 USES=		fmake
 
 PLIST_FILES=	bin/chrpath
@@ -25,15 +23,10 @@ PORTDOCS=	AUTHORS ChangeLog NEWS README
 
 OPTIONS_DEFINE=	DOCS
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	${MKDIR} ${DOCSDIR}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
 .	for i in ${PORTDOCS}
-		${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+		${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
 .	endfor
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list