diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-04-08 20:29:34 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-04-08 20:29:34 +0000 |
commit | 27fc73a5e4926a8fb68a46257bf22b6d24f149b7 (patch) | |
tree | 9c56110c5522e62889be8673d4d0dfdd5e7a794e /x11-wm | |
parent | c1d41654c652dcd67bc31d29f575b7b2fd8face9 (diff) | |
download | ports-27fc73a5e4926a8fb68a46257bf22b6d24f149b7.tar.gz ports-27fc73a5e4926a8fb68a46257bf22b6d24f149b7.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/jewel/Makefile | 8 | ||||
-rw-r--r-- | x11-wm/jewel/distinfo | 2 |
2 files changed, 4 insertions, 6 deletions
diff --git a/x11-wm/jewel/Makefile b/x11-wm/jewel/Makefile index 5f97fab0b3c8..78dd613dbecd 100644 --- a/x11-wm/jewel/Makefile +++ b/x11-wm/jewel/Makefile @@ -7,16 +7,14 @@ # PORTNAME= jewel -PORTVERSION= 0.12.31 +PORTVERSION= 0.12.40 CATEGORIES= x11-wm MASTER_SITES= http://www.mjr.dsl.pipex.com/comp/ MAINTAINER= trevor@FreeBSD.org COMMENT= Window manager based on aewm++ -BROKEN= "Does not fetch" - -ALL_TARGET= aewm++ +ALL_TARGET= jewel DOCDIR= share/doc/${PORTNAME} DOCS= Changelog Changelog.DLR Changelog.jewel INSTALL LICENSE README PLIST= ${WRKDIR}/pkg-plist @@ -38,7 +36,7 @@ pre-install: .endif do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/aewm++ ${PREFIX}/bin/jewel + ${INSTALL_PROGRAM} ${WRKSRC}/jewel ${PREFIX}/bin/jewel .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/${DOCDIR} .for ii in ${DOCS} diff --git a/x11-wm/jewel/distinfo b/x11-wm/jewel/distinfo index ad46a8a0f99a..235fef674215 100644 --- a/x11-wm/jewel/distinfo +++ b/x11-wm/jewel/distinfo @@ -1 +1 @@ -MD5 (jewel-0.12.31.tar.gz) = c609bf3e576b8d2f1c4345f15b0f7572 +MD5 (jewel-0.12.40.tar.gz) = e0e1fdccf14597413ec21f87a3cb779d |