diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-28 12:30:17 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-28 12:30:17 +0000 |
commit | fa7a389123c54edae9c6c5801c9b57103d64bc5b (patch) | |
tree | 87630e3dfb95979d851505923110cc40a53307ff /print | |
parent | 344deb0666346c0403db6256b65c52415434bfc4 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/papersize-default-a4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/papersize-default-a4/Makefile b/print/papersize-default-a4/Makefile index 1a0b09b19bb5..37eb30493283 100644 --- a/print/papersize-default-a4/Makefile +++ b/print/papersize-default-a4/Makefile @@ -11,7 +11,7 @@ DISTFILES= # none MAINTAINER= hrs@FreeBSD.org COMMENT= A default paper size configuration file for libpaper -LIB_DEPENDS= paper:${PORTSDIR}/print/libpaper +LIB_DEPENDS= libpaper.so:${PORTSDIR}/print/libpaper NO_BUILD= yes @@ -24,8 +24,8 @@ CONFLICTS+= papersize-default-${P}-[0-9]* PLIST_FILES= etc/papersize -NO_STAGE= yes do-install: - ${LN} -s -f papersize.${DEFAULTPAPERSIZE:L} ${PREFIX}/etc/papersize + ${LN} -s -f papersize.${DEFAULTPAPERSIZE:L} \ + ${STAGEDIR}${PREFIX}/etc/papersize .include <bsd.port.mk> |