summaryrefslogtreecommitdiff
path: root/www/roxen
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-09-30 23:06:52 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-09-30 23:06:52 +0000
commitda2bdf5e32549fdbb2bdd6f0dea871bdb6e66683 (patch)
tree5a1e3f49bc257ffdedb28f1efcdd6dafe543c895 /www/roxen
parentUpdate to version 5.1.1 (diff)
You can't write into ${PKGDIR} -- move ${PKGMESSAGE} to ${WRKSRC}.
Found by: obento
Notes
Notes: svn path=/head/; revision=22091
Diffstat (limited to 'www/roxen')
-rw-r--r--www/roxen/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/roxen/Makefile b/www/roxen/Makefile
index c4f2ee6a17ef..67b65021e0aa 100644
--- a/www/roxen/Makefile
+++ b/www/roxen/Makefile
@@ -15,6 +15,7 @@ MAINTAINER= k@123.org
WRKSRC= ${WRKDIR}/roxen_1.3.111
GNU_CONFIGURE= yes
+PKGMESSAGE= ${WRKSRC}/MESSAGE
STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/roxen.sh
@@ -22,7 +23,7 @@ post-patch:
@${SED} -e "s|%%PREFIX%%|${PREFIX}|g" ${FILESDIR}/roxen.sh.in > \
${WRKDIR}/roxen.sh
@${SED} -e "s|%%PREFIX%%|${PREFIX}|g" ${FILESDIR}/MESSAGE.in > \
- ${PKGDIR}/MESSAGE
+ ${PKGMESSAGE}
do-configure:
@(cd ${WRKSRC}; \