diff options
author | Will Andrews <will@FreeBSD.org> | 2000-05-29 19:49:45 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-05-29 19:49:45 +0000 |
commit | c98e6c62ac556230e3dea3a7de9fe97ae371587a (patch) | |
tree | bf0492afee388c8e1db6b4b76a3936fdfd799327 /x11 | |
parent | 7a05dae9d1d586df819de41819f99403c00a5ead (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdelibs2/Makefile | 1 | ||||
-rw-r--r-- | x11/kdelibs3/Makefile | 1 | ||||
-rw-r--r-- | x11/kdelibs4/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile index af08a6ae4908..a6c4a67f683c 100644 --- a/x11/kdelibs2/Makefile +++ b/x11/kdelibs2/Makefile @@ -34,6 +34,7 @@ USE_GMAKE= yes MAKE_ENV= SOMAJOR="${SOMAJOR}" SOMINOR="${SOMINOR}" \ PLIST_SUB+= LIBVER="${SOMAJOR}" +post-install: .for LIB in DCOP kab kdecore kdesu kdeui kfile kformula khtml kio kjs kmid \ kparts kspell ksycoca kwrite @${LN} -sf ${PREFIX}/lib/lib${LIB}.so.${SOMAJOR} ${PREFIX}/lib/lib${LIB}.so diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index af08a6ae4908..a6c4a67f683c 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -34,6 +34,7 @@ USE_GMAKE= yes MAKE_ENV= SOMAJOR="${SOMAJOR}" SOMINOR="${SOMINOR}" \ PLIST_SUB+= LIBVER="${SOMAJOR}" +post-install: .for LIB in DCOP kab kdecore kdesu kdeui kfile kformula khtml kio kjs kmid \ kparts kspell ksycoca kwrite @${LN} -sf ${PREFIX}/lib/lib${LIB}.so.${SOMAJOR} ${PREFIX}/lib/lib${LIB}.so diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile index af08a6ae4908..a6c4a67f683c 100644 --- a/x11/kdelibs4/Makefile +++ b/x11/kdelibs4/Makefile @@ -34,6 +34,7 @@ USE_GMAKE= yes MAKE_ENV= SOMAJOR="${SOMAJOR}" SOMINOR="${SOMINOR}" \ PLIST_SUB+= LIBVER="${SOMAJOR}" +post-install: .for LIB in DCOP kab kdecore kdesu kdeui kfile kformula khtml kio kjs kmid \ kparts kspell ksycoca kwrite @${LN} -sf ${PREFIX}/lib/lib${LIB}.so.${SOMAJOR} ${PREFIX}/lib/lib${LIB}.so |