diff options
author | Will Andrews <will@FreeBSD.org> | 2000-10-29 00:21:14 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-10-29 00:21:14 +0000 |
commit | a05e34d946027635f286e77ab6320345b12d39ad (patch) | |
tree | 9238f7fefa0470a5a5d78386e9e6a347add8e23f /x11 | |
parent | afb8e1a19d15fd4a17227330b97b960e6056df56 (diff) | |
download | ports-a05e34d946027635f286e77ab6320345b12d39ad.tar.gz ports-a05e34d946027635f286e77ab6320345b12d39ad.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>)
Notes
Notes:
svn path=/head/; revision=34378
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> |