diff options
author | trevor <trevor@FreeBSD.org> | 2003-04-09 04:29:34 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-04-09 04:29:34 +0800 |
commit | 4b94b4b7d57103f6bb01cd2678e55132621edf69 (patch) | |
tree | 14870b69a97c4fb22918969bf7a1a67fcb234fe1 | |
parent | 8f7cc20d1d29dd6d833573799b15737153cfdd26 (diff) | |
download | freebsd-ports-gnome-4b94b4b7d57103f6bb01cd2678e55132621edf69.tar.gz freebsd-ports-gnome-4b94b4b7d57103f6bb01cd2678e55132621edf69.tar.zst freebsd-ports-gnome-4b94b4b7d57103f6bb01cd2678e55132621edf69.zip |
Update to 0.12.40.
Submitted by: arved
-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 |