diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1996-09-30 20:29:33 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1996-09-30 20:29:33 +0000 |
commit | e156ef29dc380cf31ce67555cbea98a31152c964 (patch) | |
tree | 84f04c79382a6ff3fd18303a5ba960e6728976df /x11-wm/afterstep | |
parent | a32537ed35620ece2bc868506fc56da1a71b6a2b (diff) | |
download | ports-e156ef29dc380cf31ce67555cbea98a31152c964.tar.gz ports-e156ef29dc380cf31ce67555cbea98a31152c964.zip |
Upgrade to 0.98b33
Notes
Notes:
svn path=/head/; revision=3901
Diffstat (limited to 'x11-wm/afterstep')
-rw-r--r-- | x11-wm/afterstep/Makefile | 21 | ||||
-rw-r--r-- | x11-wm/afterstep/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/afterstep/pkg-plist | 2 |
3 files changed, 12 insertions, 13 deletions
diff --git a/x11-wm/afterstep/Makefile b/x11-wm/afterstep/Makefile index a0ab6c02e17e..c5b5916e6582 100644 --- a/x11-wm/afterstep/Makefile +++ b/x11-wm/afterstep/Makefile @@ -1,36 +1,35 @@ # New ports collection makefile for: afterstep -# Version required: 0.98b32 +# Version required: 0.98b33 # Date created: 17 July 96 # Whom: james@bdd.net # -# $Id: Makefile,v 1.8 1996/08/27 17:48:59 jfitz Exp $ +# $Id: Makefile,v 1.9 1996/09/03 17:31:01 jfitz Exp $ # -DISTNAME= as-b32 -PKGNAME= afterstep-0.98b32 +DISTNAME= as-b33 +PKGNAME= afterstep-0.98b33 CATEGORIES+= x11 MASTER_SITES= ftp://oak.sfasu.edu/pub/AfterStep/ MAINTAINER= jfitz@freebsd.org LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -RUN_DEPENDS= fvwm:${PORTSDIR}/x11/fvwm USE_X11= yes -WRKSRC= ${WRKDIR}/AfterStep-0.98aBETA32 +WRKSRC= ${WRKDIR}/AfterStep-0.98aBETA33 pre-build: - @cd ${WRKSRC}; sh MakeMakefiles + @ cd ${WRKSRC}; sh MakeMakefiles post-install: - @mkdir -p ${PREFIX}/lib/X11/afterstep/backgrounds/ + @ ${MKDIR} -p ${PREFIX}/lib/X11/afterstep/backgrounds/ ${INSTALL_DATA} ${WRKSRC}/backgrounds/* ${PREFIX}/lib/X11/afterstep/backgrounds/ - @mkdir -p ${PREFIX}/lib/X11/afterstep/sounds/ + @ ${MKDIR} -p ${PREFIX}/lib/X11/afterstep/sounds/ ${INSTALL_DATA} ${WRKSRC}/sounds/* ${PREFIX}/lib/X11/afterstep/sounds/ ${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${PREFIX}/include/X11/pixmaps/ ${INSTALL_DATA} ${WRKSRC}/icons/8bit/*.xpm ${PREFIX}/include/X11/pixmaps/ - @mkdir -p ${PREFIX}/lib/X11/afterstep/doc/ - for file in CHANGES README README.8bit README.gradient mini-faq; do \ + @ ${MKDIR} -p ${PREFIX}/lib/X11/afterstep/doc/ + @for file in CHANGES README README.8bit README.gradient afterstep.faq; do \ ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/lib/X11/afterstep/doc/; \ done diff --git a/x11-wm/afterstep/distinfo b/x11-wm/afterstep/distinfo index 03e2d54db47d..dd59aed808cf 100644 --- a/x11-wm/afterstep/distinfo +++ b/x11-wm/afterstep/distinfo @@ -1 +1 @@ -MD5 (as-b32.tar.gz) = a79c7c9c5490e20144bc43ffee1793e0 +MD5 (as-b33.tar.gz) = 8093b2d60fc3c61a7198fe6f6ca56858 diff --git a/x11-wm/afterstep/pkg-plist b/x11-wm/afterstep/pkg-plist index 24eaf87a71d4..2cdde172294e 100644 --- a/x11-wm/afterstep/pkg-plist +++ b/x11-wm/afterstep/pkg-plist @@ -24,7 +24,7 @@ lib/X11/afterstep/doc/CHANGES lib/X11/afterstep/doc/README lib/X11/afterstep/doc/README.8bit lib/X11/afterstep/doc/README.gradient -lib/X11/afterstep/doc/mini-faq +lib/X11/afterstep/doc/afterstep.faq lib/X11/afterstep/sounds/beaming.au lib/X11/afterstep/sounds/bong.au lib/X11/afterstep/sounds/clink.au |