summaryrefslogtreecommitdiff
path: root/finance/sql-ledger
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 17:18:38 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 17:18:38 +0000
commit1c7169ab74dcbb512e836e6882d91239ff49ddee (patch)
tree0789094361b60471bc0965dc3c2ddef9a1c96446 /finance/sql-ledger
parentAdd NO_STAGE all over the place in preparation for the staging support (cat: ... (diff)
Add NO_STAGE all over the place in preparation for the staging support (cat: finance)
Notes
Notes: svn path=/head/; revision=327727
Diffstat (limited to 'finance/sql-ledger')
-rw-r--r--finance/sql-ledger/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/finance/sql-ledger/Makefile b/finance/sql-ledger/Makefile
index 4539f1c64c64..a7475b27adbd 100644
--- a/finance/sql-ledger/Makefile
+++ b/finance/sql-ledger/Makefile
@@ -20,6 +20,7 @@ SUB_FILES= pkg-message sql-ledger-httpd.conf
USES= shebangfix perl5
SHEBANG_FILES= *.pl locale/*/*.pl bin/*/*.pl
+NO_STAGE= yes
do-install:
@cd ${WRKDIR} ; \
${TAR} -cf - ${PORTNAME} | ( cd ${PREFIX} ; ${TAR} xf - )