diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2003-07-29 04:26:22 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2003-07-29 04:26:22 +0000 |
commit | ac4ef3820bce26f3bbb3fb8b1baaeae42b7028ca (patch) | |
tree | e774043ee6ff3c3d53fd74afbfa1a6efb14d22e3 /x11-clocks | |
parent | a64b51263a686de76321c6baecd611e2e35e3297 (diff) | |
download | ports-ac4ef3820bce26f3bbb3fb8b1baaeae42b7028ca.tar.gz ports-ac4ef3820bce26f3bbb3fb8b1baaeae42b7028ca.zip |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/kdetoys3/Makefile | 8 | ||||
-rw-r--r-- | x11-clocks/kdetoys3/distinfo | 2 | ||||
-rw-r--r-- | x11-clocks/kdetoys4/Makefile | 8 | ||||
-rw-r--r-- | x11-clocks/kdetoys4/distinfo | 2 |
4 files changed, 16 insertions, 4 deletions
diff --git a/x11-clocks/kdetoys3/Makefile b/x11-clocks/kdetoys3/Makefile index 51ba98cf3a5d..e27de992c42d 100644 --- a/x11-clocks/kdetoys3/Makefile +++ b/x11-clocks/kdetoys3/Makefile @@ -21,6 +21,7 @@ USE_KDELIBS_VER=3 PREFIX= ${KDE_PREFIX} USE_BZIP2= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes USE_GMAKE= yes @@ -28,4 +29,9 @@ INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3 .include "${.CURDIR}/../../x11/kde3/Makefile.kde" -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +pre-configure:: + ${REINPLACE_CMD} -e 's@-pedantic @@g' ${WRKSRC}/configure + +.include <bsd.port.post.mk> diff --git a/x11-clocks/kdetoys3/distinfo b/x11-clocks/kdetoys3/distinfo index bf89e256d0e0..f846cca24fb1 100644 --- a/x11-clocks/kdetoys3/distinfo +++ b/x11-clocks/kdetoys3/distinfo @@ -1 +1 @@ -MD5 (KDE/kdetoys-3.1.2.tar.bz2) = fa311c7b142f7b4b6a61bce463e851eb +MD5 (KDE/kdetoys-3.1.3.tar.bz2) = 2d3a41ece1a87f6cf1bc1cfddae30da1 diff --git a/x11-clocks/kdetoys4/Makefile b/x11-clocks/kdetoys4/Makefile index 51ba98cf3a5d..e27de992c42d 100644 --- a/x11-clocks/kdetoys4/Makefile +++ b/x11-clocks/kdetoys4/Makefile @@ -21,6 +21,7 @@ USE_KDELIBS_VER=3 PREFIX= ${KDE_PREFIX} USE_BZIP2= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes USE_GMAKE= yes @@ -28,4 +29,9 @@ INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3 .include "${.CURDIR}/../../x11/kde3/Makefile.kde" -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +pre-configure:: + ${REINPLACE_CMD} -e 's@-pedantic @@g' ${WRKSRC}/configure + +.include <bsd.port.post.mk> diff --git a/x11-clocks/kdetoys4/distinfo b/x11-clocks/kdetoys4/distinfo index bf89e256d0e0..f846cca24fb1 100644 --- a/x11-clocks/kdetoys4/distinfo +++ b/x11-clocks/kdetoys4/distinfo @@ -1 +1 @@ -MD5 (KDE/kdetoys-3.1.2.tar.bz2) = fa311c7b142f7b4b6a61bce463e851eb +MD5 (KDE/kdetoys-3.1.3.tar.bz2) = 2d3a41ece1a87f6cf1bc1cfddae30da1 |