diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-02-05 01:28:37 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-02-05 01:28:37 +0000 |
commit | bb5988dfab1486f43edc132c0348ed2caa431124 (patch) | |
tree | 2c654fec8834bdfadc6c1cf79f60c7e9ac2130c3 /misc/documancer/Makefile | |
parent | Update to KDE 3.2.0 (diff) |
autogen plist
Diffstat (limited to 'misc/documancer/Makefile')
-rw-r--r-- | misc/documancer/Makefile | 10 |
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> |