summaryrefslogtreecommitdiff
path: root/www/typo3
diff options
context:
space:
mode:
authorjoerg <joerg>2009-06-14 22:57:58 +0000
committerjoerg <joerg>2009-06-14 22:57:58 +0000
commit586e55a958abfb26982c8f1ee40ef325478a1704 (patch)
tree63741286465d08baa5292031d5f6b9ffd847c5b9 /www/typo3
parent9212099042a94886237378bae31335043b8e0231 (diff)
downloadpkgsrc-586e55a958abfb26982c8f1ee40ef325478a1704.tar.gz
Remove @dirrm related logic.
Diffstat (limited to 'www/typo3')
-rw-r--r--www/typo3/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/www/typo3/Makefile b/www/typo3/Makefile
index e33848bef26..964ca4eefab 100644
--- a/www/typo3/Makefile
+++ b/www/typo3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2009/02/10 09:35:40 taca Exp $
+# $NetBSD: Makefile,v 1.13 2009/06/14 22:58:10 joerg Exp $
#
DISTNAME= ${TYPO3NAME}
@@ -66,16 +66,10 @@ SUBST_STAGE.conf= post-configure
PRINT_PLIST_AWK+= /^${EGDIR:S|/|\\/|g}/ \
{ gsub(/${EGDIR:S|/|\\/|g}/, "$${EGDIR}") }
-PRINT_PLIST_AWK+= /^(@dirrm )?${TYPO3DIR:S|/|\\/|g}\/${TYPO3NAME}/ \
+PRINT_PLIST_AWK+= /^${TYPO3DIR:S|/|\\/|g}\/${TYPO3NAME}/ \
{ gsub(/${TYPO3DIR:S|/|\\/|g}\/${TYPO3NAME}/, \
"$${TYPO3DIR}/$${TYPO3NAME}") }
-PRINT_PLIST_AWK+= /^@dirrm ${TYPO3DIR:S|/|\\/|g}\/${TYPO3NAME}/ \
- { gsub(/${TYPO3DIR:S|/|\\/|g}\/${TYPO3NAME}/, \
- "$${TYPO3DIR}/$${TYPO3NAME}") }
-PRINT_PLIST_AWK+= /^(@dirrm )?${TYPO3DIR:S|/|\\/|g}\/${SITEDIR}/ \
- { gsub(/${TYPO3DIR:S|/|\\/|g}\/${SITEDIR}/, \
- "$${TYPO3DIR}/$${SITEDIR}") }
-PRINT_PLIST_AWK+= /^@dirrm ${TYPO3DIR:S|/|\\/|g}\/${SITEDIR}/ \
+PRINT_PLIST_AWK+= /^${TYPO3DIR:S|/|\\/|g}\/${SITEDIR}/ \
{ gsub(/${TYPO3DIR:S|/|\\/|g}\/${SITEDIR}/, \
"$${TYPO3DIR}/$${SITEDIR}") }