aboutsummaryrefslogtreecommitdiff
path: root/graphics/enblend
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>2013-05-14 01:11:55 +0000
committerGreg Lehey <grog@FreeBSD.org>2013-05-14 01:11:55 +0000
commit512d84281f4db0180c6d35e36b0129a5a97f7af4 (patch)
tree843e4937582d63fe9b6f9397132c19fcbb6a67d8 /graphics/enblend
parentef0b33d539d992f7b1d99d95fcc7f9b70a5c9149 (diff)
downloadports-512d84281f4db0180c6d35e36b0129a5a97f7af4.tar.gz
ports-512d84281f4db0180c6d35e36b0129a5a97f7af4.zip
Ensure clean removal.
Reported by: pointyhat Approved by: edwin (mentor)
Notes
Notes: svn path=/head/; revision=318137
Diffstat (limited to 'graphics/enblend')
-rw-r--r--graphics/enblend/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile
index 477c72eba198..83e858e17b9e 100644
--- a/graphics/enblend/Makefile
+++ b/graphics/enblend/Makefile
@@ -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>