diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-05-17 19:48:20 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-05-17 19:48:20 +0000 |
commit | edc806d51d18a4ddb84945bddd2c395fa4dd38c9 (patch) | |
tree | 9aee5abcbfe681102906efb0df892a4f22ace18e /x11-wm/afterstep/Makefile | |
parent | Update 1.1.9 -> 1.1.10. See ChangeLog for details. (diff) |
Upgrade to v1.0
Diffstat (limited to 'x11-wm/afterstep/Makefile')
-rw-r--r-- | x11-wm/afterstep/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-wm/afterstep/Makefile b/x11-wm/afterstep/Makefile index 0f29b8090c99..690e850ccd7e 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 |