diff options
author | jfitz <jfitz@FreeBSD.org> | 1997-05-18 03:48:20 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1997-05-18 03:48:20 +0800 |
commit | 816810c2453a0d58edef6fe44eff3f0d3e347f6c (patch) | |
tree | 927113c23b2b796ed0855dbce0fbd8211eff8ccd /x11-wm/afterstep | |
parent | 6e21e8e8ac2d2211931a188728bbde38968d940a (diff) | |
download | freebsd-ports-graphics-816810c2453a0d58edef6fe44eff3f0d3e347f6c.tar.gz freebsd-ports-graphics-816810c2453a0d58edef6fe44eff3f0d3e347f6c.tar.zst freebsd-ports-graphics-816810c2453a0d58edef6fe44eff3f0d3e347f6c.zip |
Upgrade to v1.0
Diffstat (limited to 'x11-wm/afterstep')
-rw-r--r-- | x11-wm/afterstep/Makefile | 10 | ||||
-rw-r--r-- | x11-wm/afterstep/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/afterstep/pkg-plist | 1 |
3 files changed, 7 insertions, 6 deletions
diff --git a/x11-wm/afterstep/Makefile b/x11-wm/afterstep/Makefile index 0f29b8090c9..690e850ccd7 100644 --- a/x11-wm/afterstep/Makefile +++ b/x11-wm/afterstep/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: afterstep -# Version required: 1.0pre6 +# Version required: 1.0 # Date created: October 29th 1996 # Whom: jfitz@FreeBSD.ORG # -# $Id: Makefile,v 1.15 1997/03/23 16:22:41 jfitz Exp $ +# $Id: Makefile,v 1.16 1997/03/30 06:04:54 jfitz Exp $ # -DISTNAME= AfterStep-1.0pre6 -PKGNAME= afterstep-1.0pr6 +DISTNAME= AfterStep-1.0 +PKGNAME= afterstep-1.0 CATEGORIES= x11 MASTER_SITES= ftp://afterstep.foo.net/pub/AfterStep/ @@ -43,7 +43,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/icons/8bit/*.xpm ${PREFIX}/include/X11/pixmaps/ .endif @ ${MKDIR} -p ${PREFIX}/lib/X11/afterstep/doc/ - @for file in CHANGES CREDITS README README.8bit FAQ module-interface.txt; do \ + @for file in CHANGES CREDITS README README.8bit INSTALL FAQ module-interface.txt; do \ ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/lib/X11/afterstep/doc/; \ done diff --git a/x11-wm/afterstep/distinfo b/x11-wm/afterstep/distinfo index 84e76193ce8..039c377b223 100644 --- a/x11-wm/afterstep/distinfo +++ b/x11-wm/afterstep/distinfo @@ -1 +1 @@ -MD5 (AfterStep-1.0pre6.tar.gz) = 4861adaf81208c70067b8ad0093b6efe +MD5 (AfterStep-1.0.tar.gz) = 2c56247e1914e25a455df3c8d03b0663 diff --git a/x11-wm/afterstep/pkg-plist b/x11-wm/afterstep/pkg-plist index c0296909a0b..0b3bf094ee9 100644 --- a/x11-wm/afterstep/pkg-plist +++ b/x11-wm/afterstep/pkg-plist @@ -26,6 +26,7 @@ lib/X11/afterstep/doc/CREDITS lib/X11/afterstep/doc/README lib/X11/afterstep/doc/README.8bit lib/X11/afterstep/doc/FAQ +lib/X11/afterstep/doc/INSTALL lib/X11/afterstep/doc/module-interface.txt lib/X11/afterstep/sounds/bong.au lib/X11/afterstep/sounds/clink.au |