diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-25 17:33:23 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-25 17:33:23 +0800 |
commit | ee38efab867da6626c3ed136382761eaf881078e (patch) | |
tree | 11143da8d2149c78c3e719c55b5a2c716b68670d /print | |
parent | c66dfd16ae2609a220586efd07e44e531eddad85 (diff) | |
download | freebsd-ports-gnome-ee38efab867da6626c3ed136382761eaf881078e.tar.gz freebsd-ports-gnome-ee38efab867da6626c3ed136382761eaf881078e.tar.zst freebsd-ports-gnome-ee38efab867da6626c3ed136382761eaf881078e.zip |
Support staging
Diffstat (limited to 'print')
-rw-r--r-- | print/pscal/Makefile | 3 |
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> |