aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 09:33:23 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 09:33:23 +0000
commitee38efab867da6626c3ed136382761eaf881078e (patch)
tree11143da8d2149c78c3e719c55b5a2c716b68670d /print
parentc66dfd16ae2609a220586efd07e44e531eddad85 (diff)
downloadports-ee38efab867da6626c3ed136382761eaf881078e.tar.gz
ports-ee38efab867da6626c3ed136382761eaf881078e.zip
Support staging
Notes
Notes: svn path=/head/; revision=345951
Diffstat (limited to 'print')
-rw-r--r--print/pscal/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/print/pscal/Makefile b/print/pscal/Makefile
index b817537fcaac..b2e630f5cc23 100644
--- a/print/pscal/Makefile
+++ b/print/pscal/Makefile
@@ -12,8 +12,7 @@ COMMENT= A utility for generating Postscript calendars
NO_BUILD= yes
PLIST_FILES= bin/pscal
-NO_STAGE= yes
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/pscal ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/pscal ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>