svn commit: r320591 - head/www/entrans
Martin Wilke
miwi at FreeBSD.org
Tue Jun 11 14:53:47 UTC 2013
Author: miwi
Date: Tue Jun 11 14:53:46 2013
New Revision: 320591
URL: http://svnweb.freebsd.org/changeset/ports/320591
Log:
- Fix build
- Trim header
Reported by: pkg (DEVELOPER_MODE)
Modified:
head/www/entrans/Makefile (contents, props changed)
Modified: head/www/entrans/Makefile
==============================================================================
--- head/www/entrans/Makefile Tue Jun 11 14:53:22 2013 (r320590)
+++ head/www/entrans/Makefile Tue Jun 11 14:53:46 2013 (r320591)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: entrans
-# Date created: Jan-25-2007
-# Whom: Prudhvi Krishna <prudhvikrishna at gmail.com>
-#
+# Created by: Prudhvi Krishna <prudhvikrishna at 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
More information about the svn-ports-head
mailing list