aboutsummaryrefslogtreecommitdiff
path: root/misc/documancer/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-02-05 01:28:37 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-02-05 01:28:37 +0000
commitbb5988dfab1486f43edc132c0348ed2caa431124 (patch)
tree2c654fec8834bdfadc6c1cf79f60c7e9ac2130c3 /misc/documancer/Makefile
parent38a92d46fecb74d6b431e72fb051d4852ae09192 (diff)
downloadports-bb5988dfab1486f43edc132c0348ed2caa431124.tar.gz
ports-bb5988dfab1486f43edc132c0348ed2caa431124.zip
Notes
Diffstat (limited to 'misc/documancer/Makefile')
-rw-r--r--misc/documancer/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/misc/documancer/Makefile b/misc/documancer/Makefile
index 60f235fee1dc..d35572d777a1 100644
--- a/misc/documancer/Makefile
+++ b/misc/documancer/Makefile
@@ -8,7 +8,7 @@
PORTNAME= documancer
PORTVERSION= 0.2.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -26,6 +26,12 @@ USE_PYTHON= 2.3
USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libdir=${PREFIX}/share
-MAKE_ENV= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR}
+
+PLIST_FILES= bin/documancer
+
+post-install:
+ @${FIND} ${DATADIR} -type f | ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
+ @${FIND} ${DATADIR} -type d | ${SORT} -r | \
+ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
.include <bsd.port.mk>