svn commit: r318137 - head/graphics/enblend

Greg Lehey grog at FreeBSD.org
Tue May 14 01:11:56 UTC 2013


Author: grog (src committer)
Date: Tue May 14 01:11:55 2013
New Revision: 318137
URL: http://svnweb.freebsd.org/changeset/ports/318137

Log:
  Ensure clean removal.
  
  Reported by: pointyhat
  Approved by: edwin (mentor)

Modified:
  head/graphics/enblend/Makefile

Modified: head/graphics/enblend/Makefile
==============================================================================
--- head/graphics/enblend/Makefile	Tue May 14 00:18:20 2013	(r318136)
+++ head/graphics/enblend/Makefile	Tue May 14 01:11:55 2013	(r318137)
@@ -44,9 +44,9 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 
 MAN1=		enblend.1 enfuse.1
 PLIST_FILES=	bin/enblend bin/enfuse
+PLIST_DIRS+=	%%DOCSDIR%%
 
 post-install:
-		${MKDIR} ${DOCSDIR}
 		${INSTALL_DATA} ${WRKSRC}/doc/*.info ${PREFIX}/${INFO_PATH}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list