svn commit: r330197 - head/x11/bbdock

Eitan Adler eadler at FreeBSD.org
Sun Oct 13 01:51:46 UTC 2013


Author: eadler
Date: Sun Oct 13 01:51:46 2013
New Revision: 330197
URL: http://svnweb.freebsd.org/changeset/ports/330197

Log:
  - Convert to staging
  - General cleanup

Modified:
  head/x11/bbdock/Makefile

Modified: head/x11/bbdock/Makefile
==============================================================================
--- head/x11/bbdock/Makefile	Sun Oct 13 01:48:11 2013	(r330196)
+++ head/x11/bbdock/Makefile	Sun Oct 13 01:51:46 2013	(r330197)
@@ -8,7 +8,7 @@ CATEGORIES=	x11
 MASTER_SITES=	http://bbdock.nethence.com/download/
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	An application launcher for Blackbox-like window manager
+COMMENT=	Application launcher for Blackbox-like window manager
 
 LICENSE=	BSD
 
@@ -21,13 +21,12 @@ PORTDOCS=	README
 
 PLIST_FILES=	bin/bbdock
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list