diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-03-24 09:08:30 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-03-24 09:08:30 +0000 |
commit | 2491065f90b33bd7bb872458a9239220b1d64cf4 (patch) | |
tree | 3893b611cc2ab7339a908a478ada03ea291ad918 /print/pslib | |
parent | 2ef1360363b613489c3d57eb0d9d29ac2f628973 (diff) |
- Unbreak after switch to new options framework
PR: ports/177313 ports/177320
Submitted by: William Grzybowski <william88@gmail.com>, Yasuhiro KIMURA <yasu@utahime.org>
Notes
Notes:
svn path=/head/; revision=315108
Diffstat (limited to 'print/pslib')
-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> |