diff options
author | tg <tg@FreeBSD.org> | 2000-04-03 17:54:04 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2000-04-03 17:54:04 +0800 |
commit | ea52ab267cef0bad7d58149523b16ff29c0eb5ab (patch) | |
tree | 98359316f222809cd232634dedc97a8907236609 /x11-wm/windowmaker/Makefile | |
parent | e7ecb96f4de2da983db6f67e983e9599bab3f252 (diff) | |
download | freebsd-ports-gnome-ea52ab267cef0bad7d58149523b16ff29c0eb5ab.tar.gz freebsd-ports-gnome-ea52ab267cef0bad7d58149523b16ff29c0eb5ab.tar.zst freebsd-ports-gnome-ea52ab267cef0bad7d58149523b16ff29c0eb5ab.zip |
Upgrade to 0.62.1. Cosmetic fixes.
PR: 17766
Submitted by: "Maxim Sobolev" <sobomax@altavista.net>
Diffstat (limited to 'x11-wm/windowmaker/Makefile')
-rw-r--r-- | x11-wm/windowmaker/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index 5fce5b4622fc..3bbaa603bb8a 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: WindowMaker -# Version required: 0.62.0 +# Version required: 0.62.1 # Date created: August 13, 1997 # Whom: handy@physics.montana.edu # # $FreeBSD$ -DISTNAME= WindowMaker-0.62.0 -PKGNAME= windowmaker-0.62.0 +DISTNAME= WindowMaker-0.62.1 +PKGNAME= windowmaker-0.62.1 CATEGORIES= x11-wm windowmaker MASTER_SITES= ${MASTER_SITE_WINDOWMAKER} \ http://jgo.local.net/cool_downloads/wm/ @@ -72,7 +72,7 @@ post-configure: post-install: @cd ${WRKDIR}/WindowMaker-extra-0.1; \ - ${MAKE} ${MAKE_ARGS} install + ${MAKE} ${MAKE_ARGS} ${INSTALL_TARGET} ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib ${MKDIR} ${PREFIX}/share/WindowMaker/Sounds |