aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/entrans/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/www/entrans/Makefile b/www/entrans/Makefile
index d767577899c6..8e8d0ecd976b 100644
--- a/www/entrans/Makefile
+++ b/www/entrans/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: entrans
-# Date created: Jan-25-2007
-# Whom: Prudhvi Krishna <prudhvikrishna@gmail.com>
-#
+# Created by: Prudhvi Krishna <prudhvikrishna@gmail.com>
# $FreeBSD$
-#
PORTNAME= entrans
PORTVERSION= 0.3.2
@@ -29,8 +25,7 @@ pre-install:
${SED} -e 's|^|${ENTRANS}/|' > ${PLIST} \
&& ${FIND} -d * -type d | \
${SED} -e 's|^|@dirrm ${ENTRANS}/|' >> ${PLIST} \
- && ${ECHO_CMD} @dirrm ${ENTRANS} >> ${PLIST} \
- && ${ECHO_CMD} @dirrmtry www/data >> ${PLIST}
+ && ${ECHO_CMD} @dirrm ${ENTRANS} >> ${PLIST}
if [ ! -f ${WRKSRC}/conf/database.conf.php.sample ]; then ${CP} \
${WRKSRC}/conf/database.conf.php.sample ${WRKSRC}/conf/database.conf.php; fi