Date: Tue, 14 May 2013 01:11:56 +0000 (UTC) From: Greg Lehey <grog@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318137 - head/graphics/enblend Message-ID: <201305140111.r4E1Bu1F078073@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305140111.r4E1Bu1F078073>