1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

- Fix build

- Trim header

Reported by:	pkg (DEVELOPER_MODE)
This commit is contained in:
Martin Wilke 2013-06-11 14:53:46 +00:00
parent 446113b179
commit 661a201a2f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320591

View File

@ -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