diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-09-10 22:27:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-09-10 22:27:47 +0000 |
commit | d3f5b07a709aed9eb7064f24c3fce98f84770154 (patch) | |
tree | e148d73affae4ffe405396eea7ab308a9815017e /sysutils/bsdconfig | |
parent | c50469eb322eba6571a21cf4c3d2a82808c33ab0 (diff) | |
download | ports-d3f5b07a709aed9eb7064f24c3fce98f84770154.tar.gz ports-d3f5b07a709aed9eb7064f24c3fce98f84770154.zip |
Notes
Diffstat (limited to 'sysutils/bsdconfig')
-rw-r--r-- | sysutils/bsdconfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/bsdconfig/Makefile b/sysutils/bsdconfig/Makefile index 0f19efd928f6..1445bae968de 100644 --- a/sysutils/bsdconfig/Makefile +++ b/sysutils/bsdconfig/Makefile @@ -30,7 +30,7 @@ MAKE_ARGS+= LIBEXECDIR="${PREFIX}/libexec" \ OPTIONS_DEFINE= EXAMPLES -.include <bsd.port.options.mk> +.include <bsd.port.pre.mk> .if ${OPSYS} == FreeBSD . if ${OSVERSION} < 900030 @@ -51,4 +51,4 @@ post-patch: -e 's|^\(BSDCONFIG=\).*|\1${PREFIX}/sbin/${PORTNAME}|' \ ${WRKSRC}/dot/dot -.include <bsd.port.mk> +.include <bsd.port.post.mk> |