diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-04-03 09:54:04 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-04-03 09:54:04 +0000 |
commit | 8ee9d3e4cc5c06e8e544e59e970d25ded69a8894 (patch) | |
tree | a3f8358da2900d535500d310c789fdb8b5e2abdf /x11-wm/windowmaker/Makefile | |
parent | 8d4cc67ec8071d152194c65dbb781ce839e29648 (diff) | |
download | freebsd-ports-8ee9d3e4cc5c06e8e544e59e970d25ded69a8894.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 |