summaryrefslogtreecommitdiff
path: root/news/inn/Makefile
diff options
context:
space:
mode:
authorgrant <grant>2002-08-27 15:27:03 +0000
committergrant <grant>2002-08-27 15:27:03 +0000
commitaddfe5c8ff6b6963fa703148edcb47b3184dd810 (patch)
tree0ec712fcb3aa59171e448935157cd6a8bcbd3eb1 /news/inn/Makefile
parenta2c3385c87e44eb3089687c5028394bc188ce06e (diff)
downloadpkgsrc-addfe5c8ff6b6963fa703148edcb47b3184dd810.tar.gz
@@PREFIX@@ -> @PREFIX@, as this is more consistent with other
packages.
Diffstat (limited to 'news/inn/Makefile')
-rw-r--r--news/inn/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile
index 7abc273bdf5..034dbdc5b97 100644
--- a/news/inn/Makefile
+++ b/news/inn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2002/07/06 15:04:57 tron Exp $
+# $NetBSD: Makefile,v 1.36 2002/08/27 15:27:46 grant Exp $
DISTNAME= inn-2.3.3
CATEGORIES= news
@@ -60,11 +60,11 @@ INSTALL_FILE= ${WRKDIR}/INSTALL
BUILD_DEFS+= INN_DATA_DIR
post-build:
- ${SED} -e 's#@@INN_DATA_DIR@@#${INN_DATA_DIR}#g' \
- -e 's#@@PREFIX@@#${PREFIX}#g' \
+ ${SED} -e 's#@INN_DATA_DIR@#${INN_DATA_DIR}#g' \
+ -e 's#@PREFIX@#${PREFIX}#g' \
${FILESDIR}/innd.sh >${WRKDIR}/innd.sh
.for FILE in DEINSTALL INSTALL
- ${SED} -e 's#@@INN_DATA_DIR@@#${INN_DATA_DIR}#g' \
+ ${SED} -e 's#@INN_DATA_DIR@#${INN_DATA_DIR}#g' \
${PKGDIR}/${FILE} >${WRKDIR}/${FILE}
.endfor
for DIR in backends expire frontends innd innfeed lib nnrpd \