diff options
author | mva <mva@FreeBSD.org> | 2013-03-24 17:08:30 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-03-24 17:08:30 +0800 |
commit | 01802369da893d022948265454214f3bb5648005 (patch) | |
tree | 3893b611cc2ab7339a908a478ada03ea291ad918 /print | |
parent | c463fd62a22644d2fe3bb6f3ff03839efceb0aa8 (diff) | |
download | freebsd-ports-gnome-01802369da893d022948265454214f3bb5648005.tar.gz freebsd-ports-gnome-01802369da893d022948265454214f3bb5648005.tar.zst freebsd-ports-gnome-01802369da893d022948265454214f3bb5648005.zip |
- Unbreak after switch to new options framework
PR: ports/177313 ports/177320
Submitted by: William Grzybowski <william88@gmail.com>, Yasuhiro KIMURA <yasu@utahime.org>
Diffstat (limited to 'print')
-rw-r--r-- | print/pslib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/pslib/Makefile b/print/pslib/Makefile index b23d9bfdb2f2..def405eeb681 100644 --- a/print/pslib/Makefile +++ b/print/pslib/Makefile @@ -28,7 +28,7 @@ OPTIONS_DEFINE= EXAMPLES MAN NLS OPTIONS_DEFAULT= MAN NLS MAN_DESC= Manual pages -.include <bsd.port.options.mk> +.include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MEXAMPLES} EX_NAME= pslib-examples-0.0.10 @@ -69,4 +69,4 @@ post-install: cd ${EX_WRKSRC} && ${PAX} -rw * ${EXAMPLESDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |