diff options
author | markp <markp@FreeBSD.org> | 2002-11-25 06:10:54 +0800 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2002-11-25 06:10:54 +0800 |
commit | 34817e36c6daa3012a192684441ece2e58db8b62 (patch) | |
tree | b6bae8e818465a99d0c457b9716737400c57d377 /x11/fspanel | |
parent | a232bd244d90a8b3c996b6b2071551e730299321 (diff) | |
download | freebsd-ports-gnome-34817e36c6daa3012a192684441ece2e58db8b62.tar.gz freebsd-ports-gnome-34817e36c6daa3012a192684441ece2e58db8b62.tar.zst freebsd-ports-gnome-34817e36c6daa3012a192684441ece2e58db8b62.zip |
Update to 0.8.b1. Tidy and simplify Makefile.
PR: 45144
Submitted by: Mark Linimon <linimon@lonesome.com>
Diffstat (limited to 'x11/fspanel')
-rw-r--r-- | x11/fspanel/Makefile | 18 | ||||
-rw-r--r-- | x11/fspanel/distinfo | 2 |
2 files changed, 7 insertions, 13 deletions
diff --git a/x11/fspanel/Makefile b/x11/fspanel/Makefile index 21eefb89e868..3fc1a87cc8b7 100644 --- a/x11/fspanel/Makefile +++ b/x11/fspanel/Makefile @@ -6,24 +6,18 @@ # PORTNAME= fspanel -PORTVERSION= 0.7.6 +PORTVERSION= 0.8.b1 CATEGORIES= x11 -MASTER_SITES= http://sapphire.sourceforge.net/ - -# patched version is from sapphire project (0.7.6) -# the original version (0.7) is there -#MASTER_SITES= http://www.chatjunkies.org/${PORTNAME}/ +MASTER_SITES= http://www.chatjunkies.org/fspanel/ +DISTNAME= fspanel-0.8beta1 MAINTAINER= anarcat@anarcat.dyndns.org USE_X_PREFIX= yes -MAKEFILE= Makefile.freebsd -ALL_TARGET= ${PORTNAME} - -pre-patch: - @${PERL} -pi.orig -e "s#/usr/local#${PREFIX}#g" ${WRKSRC}/${MAKEFILE} +HAS_CONFIGURE= yes +ALL_TARGET= fspanel do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/fspanel ${PREFIX}/bin .include <bsd.port.mk> diff --git a/x11/fspanel/distinfo b/x11/fspanel/distinfo index 243fa543d224..e0f79d0222cb 100644 --- a/x11/fspanel/distinfo +++ b/x11/fspanel/distinfo @@ -1 +1 @@ -MD5 (fspanel-0.7.6.tar.gz) = ee8bc3407d5861ead66cc0e4eb4d2dc5 +MD5 (fspanel-0.8beta1.tar.gz) = 213ea167a50c4971c3c110db9b4be4e9 |