diff options
author | will <will@FreeBSD.org> | 2000-10-29 08:21:14 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-10-29 08:21:14 +0800 |
commit | 8442633255969e4c868671d3950d1934a8e58518 (patch) | |
tree | e1ed219744c9d5e3ababcd3f282b96ea6fa4e25c /x11 | |
parent | 608581d1dafd93cf72c2b26b849c7c6718ace1a7 (diff) | |
download | freebsd-ports-gnome-8442633255969e4c868671d3950d1934a8e58518.tar.gz freebsd-ports-gnome-8442633255969e4c868671d3950d1934a8e58518.tar.zst freebsd-ports-gnome-8442633255969e4c868671d3950d1934a8e58518.zip |
Oops, forgot bsd.port.pre.mk/bsd.port.post.mk (the previous commit was
obviously untested, sorry).
Submitted by: FreshPorts (via Dan Langille <dan@langille.org>)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdelibs2/Makefile | 4 | ||||
-rw-r--r-- | x11/kdelibs3/Makefile | 4 | ||||
-rw-r--r-- | x11/kdelibs4/Makefile | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile index aa9c5b109fe6..7714136d830e 100644 --- a/x11/kdelibs2/Makefile +++ b/x11/kdelibs2/Makefile @@ -39,6 +39,8 @@ USE_GMAKE= yes MAKE_ENV= SOMAJOR="${SOMAJOR}" SOMINOR="${SOMINOR}" PLIST_SUB+= LIBVER="${SOMAJOR}" +.include <bsd.port.pre.mk> + pre-fetch: .if ${OSVERSION} <= 410002 @${ECHO} @@ -66,4 +68,4 @@ post-install: @${LN} -sf ${PREFIX}/lib/lib${LIB}.so.0 ${PREFIX}/lib/lib${LIB}.so .endfor -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index aa9c5b109fe6..7714136d830e 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -39,6 +39,8 @@ USE_GMAKE= yes MAKE_ENV= SOMAJOR="${SOMAJOR}" SOMINOR="${SOMINOR}" PLIST_SUB+= LIBVER="${SOMAJOR}" +.include <bsd.port.pre.mk> + pre-fetch: .if ${OSVERSION} <= 410002 @${ECHO} @@ -66,4 +68,4 @@ post-install: @${LN} -sf ${PREFIX}/lib/lib${LIB}.so.0 ${PREFIX}/lib/lib${LIB}.so .endfor -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile index aa9c5b109fe6..7714136d830e 100644 --- a/x11/kdelibs4/Makefile +++ b/x11/kdelibs4/Makefile @@ -39,6 +39,8 @@ USE_GMAKE= yes MAKE_ENV= SOMAJOR="${SOMAJOR}" SOMINOR="${SOMINOR}" PLIST_SUB+= LIBVER="${SOMAJOR}" +.include <bsd.port.pre.mk> + pre-fetch: .if ${OSVERSION} <= 410002 @${ECHO} @@ -66,4 +68,4 @@ post-install: @${LN} -sf ${PREFIX}/lib/lib${LIB}.so.0 ${PREFIX}/lib/lib${LIB}.so .endfor -.include <bsd.port.mk> +.include <bsd.port.post.mk> |