diff options
author | tg <tg@FreeBSD.org> | 1998-04-14 07:59:04 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-04-14 07:59:04 +0000 |
commit | 27f66ad33e53037436d09c1b9d7a7a527c6fb05e (patch) | |
tree | 1e70e6fb20b11cd09717958566d83159b87cc2c3 /x11-fm | |
parent | ef098dde637539040567d5a411ca43474ea9b156 (diff) | |
download | FreeBSD-ports-27f66ad33e53037436d09c1b9d7a7a527c6fb05e.zip FreeBSD-ports-27f66ad33e53037436d09c1b9d7a7a527c6fb05e.tar.gz |
Upgrade to 1.0a3. Should now work with the latest gtk.
PR: 6285
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/workplace/Makefile | 18 | ||||
-rw-r--r-- | x11-fm/workplace/distinfo | 2 | ||||
-rw-r--r-- | x11-fm/workplace/pkg-descr | 3 | ||||
-rw-r--r-- | x11-fm/workplace/pkg-plist | 4 |
4 files changed, 14 insertions, 13 deletions
diff --git a/x11-fm/workplace/Makefile b/x11-fm/workplace/Makefile index fa98f9f..ebe18d8 100644 --- a/x11-fm/workplace/Makefile +++ b/x11-fm/workplace/Makefile @@ -1,25 +1,26 @@ # New ports collection makefile for: workplace -# Version required: 1.0a1 +# Version required: 1.0a3 # Date created: 7 March 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.1.1.1 1998/03/27 14:29:36 tg Exp $ +# $Id: Makefile,v 1.2 1998/03/28 22:18:38 asami Exp $ # -DISTNAME= workplace-1.0.a1 -PKGNAME= workplace-1.0a1 +DISTNAME= workplace-1.0.a3 +PKGNAME= workplace-1.0a3 CATEGORIES= x11 -MASTER_SITES= http://www2.osk.3web.ne.jp/~hideki70/ +MASTER_SITES= http://www2.osk.3web.ne.jp/~hideki70/src/ MAINTAINER= andy@icc.surw.chel.su LIB_DEPENDS= gtk\\.1\\.:${PORTSDIR}/x11/gtk -BROKEN= build - GNU_CONFIGURE= yes USE_X11= yes +pre-configure: + @ ${RM} ${WRKSRC}/config.cache + do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/src/workplace ${PREFIX}/bin @ ${MKDIR} ${PREFIX}/include/X11/pixmaps @@ -29,7 +30,6 @@ do-install: @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/workplace .endfor @ ${MKDIR} ${PREFIX}/share/examples/workplace - @ ${INSTALL_DATA} ${WRKSRC}/WPPref ${PREFIX}/share/examples/workplace/WPPref.sample - @ ${INSTALL_DATA} ${WRKSRC}/WPSuffix ${PREFIX}/share/examples/workplace/WPSuffix.sample + @ ${INSTALL_DATA} ${WRKSRC}/example/* ${PREFIX}/share/examples/workplace .include <bsd.port.mk> diff --git a/x11-fm/workplace/distinfo b/x11-fm/workplace/distinfo index 5aa788b..99dfad3 100644 --- a/x11-fm/workplace/distinfo +++ b/x11-fm/workplace/distinfo @@ -1 +1 @@ -MD5 (workplace-1.0.a1.tar.gz) = 67247545b59672e0aff3db3227118813 +MD5 (workplace-1.0.a3.tar.gz) = b224042f0042d8b0505dc9e702f00244 diff --git a/x11-fm/workplace/pkg-descr b/x11-fm/workplace/pkg-descr index b72ea03..2ed05a6 100644 --- a/x11-fm/workplace/pkg-descr +++ b/x11-fm/workplace/pkg-descr @@ -1,2 +1,3 @@ WorkPlace is a file manager and launcher, which -can copy files between another WorkPlace by DND. +can copy files between another WorkPlace by DND (not +supported in this version). diff --git a/x11-fm/workplace/pkg-plist b/x11-fm/workplace/pkg-plist index 607d48f..3f296fd 100644 --- a/x11-fm/workplace/pkg-plist +++ b/x11-fm/workplace/pkg-plist @@ -65,7 +65,7 @@ share/doc/workplace/AUTHORS share/doc/workplace/INSTALL share/doc/workplace/README share/doc/workplace/TODO -share/examples/workplace/WPPref.sample -share/examples/workplace/WPSuffix.sample +share/examples/workplace/WPPref +share/examples/workplace/WPSuffix @dirrm share/doc/workplace @dirrm share/examples/workplace |