aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubber/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2006-03-20 01:35:41 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2006-03-20 01:35:41 +0000
commit5b2d425bb478eb6897e55599de6738c7372da8de (patch)
tree55a96fcf7ec2cc8fb45fc3783075341b32412774 /textproc/rubber/Makefile
parent7f7735ff82c94846b7d055dcb229f39d9c83169d (diff)
Notes
Diffstat (limited to 'textproc/rubber/Makefile')
-rw-r--r--textproc/rubber/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/rubber/Makefile b/textproc/rubber/Makefile
index fb6cee73d736..0caa03591ffd 100644
--- a/textproc/rubber/Makefile
+++ b/textproc/rubber/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= rubber
-PORTVERSION= 1.0
+PORTVERSION= 1.1
CATEGORIES= textproc
MASTER_SITES= http://ebeffara.free.fr/pub/
@@ -26,4 +26,10 @@ MANLANG= "" fr
MAN1= rubber.1 rubber-info.1 rubber-pipe.1
INFO= rubber
+post-install:
+ @${FIND} ${PYTHON_SITELIBDIR}/rubber ! -type d | ${SED} \
+ 's,${PREFIX}/,,' >> ${TMPPLIST}
+ @${FIND} ${PYTHON_SITELIBDIR}/rubber -type d | ${SORT} -r | ${SED} \
+ 's,${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
+
.include <bsd.port.mk>