diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-20 09:28:14 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-20 09:28:14 +0000 |
commit | 306c4a8fdd47287c69dc087376d96cd4b8cf6ec7 (patch) | |
tree | b2021ec1131af7084546ccbc40f3a622625b9aee /x11-wm/icewm | |
parent | 9bc1b958fbec28f60144579c71e8a0b276a6de30 (diff) | |
download | ports-306c4a8fdd47287c69dc087376d96cd4b8cf6ec7.tar.gz ports-306c4a8fdd47287c69dc087376d96cd4b8cf6ec7.zip |
Notes
Diffstat (limited to 'x11-wm/icewm')
-rw-r--r-- | x11-wm/icewm/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/icewm/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index 8114e98611d7..8a8db7c9d932 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= icewm -PORTVERSION= 1.2.17 +PORTVERSION= 1.2.18 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -81,6 +81,8 @@ PLIST_SUB+= NLS="" .endif post-patch: + @${REINPLACE_CMD} -e \ + 's|CXX_LINK=$${CC}|CXX_LINK=$${CXX}|g' ${WRKSRC}/configure .for file in src/gnome2.cc @${REINPLACE_CMD} -e \ 's|/usr/share/control|${X11BASE}/share/gnome/control|g ; \ diff --git a/x11-wm/icewm/distinfo b/x11-wm/icewm/distinfo index bbabb49d8646..0c06c26501ed 100644 --- a/x11-wm/icewm/distinfo +++ b/x11-wm/icewm/distinfo @@ -1,2 +1,2 @@ -MD5 (icewm-1.2.17.tar.gz) = 8fbbbffcc14f8c2de7e9c3069b46d6c1 -SIZE (icewm-1.2.17.tar.gz) = 947429 +MD5 (icewm-1.2.18.tar.gz) = ee57d16e8666515d5592b278ee1c3693 +SIZE (icewm-1.2.18.tar.gz) = 950203 |