diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-07-05 03:31:30 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-07-05 03:31:30 +0000 |
commit | 9d3c8f0141dc957ad2bed65cae0d7fdbd9a73a36 (patch) | |
tree | fc07720ffe50fc976b761929cff3ecb68cfa36d9 /news/diablo/Makefile | |
parent | 394521c108f6573bf3d645999f4918c5526c4cb8 (diff) | |
download | ports-9d3c8f0141dc957ad2bed65cae0d7fdbd9a73a36.tar.gz ports-9d3c8f0141dc957ad2bed65cae0d7fdbd9a73a36.zip |
Upgrade to v1.10
Notes
Notes:
svn path=/head/; revision=7216
Diffstat (limited to 'news/diablo/Makefile')
-rw-r--r-- | news/diablo/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/news/diablo/Makefile b/news/diablo/Makefile index d2d9b01922d5..2248217c066e 100644 --- a/news/diablo/Makefile +++ b/news/diablo/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: diablo -# Version required: 1.09 +# Version required: 1.10 # Date created: June 2nd 1997 # Whom: jfitz # -# $Id: Makefile,v 1.1.1.1 1997/06/02 19:52:11 jfitz Exp $ +# $Id: Makefile,v 1.2 1997/06/08 01:41:05 jfitz Exp $ # -DISTNAME= diablo-1.09 +DISTNAME= diablo-1.10 CATEGORIES= news MASTER_SITES= http://www.backplane.com/diablo/ EXTRACT_SUFX= .tgz @@ -39,7 +39,7 @@ pre-install: do-install: cd ${WRKSRC} && ${PREFIX}/bin/xmake install -.for file in COPYRIGHT INSTALL KNOWN_PROBLEMS README RELEASE_NOTES TODO +.for file in COPYRIGHT INSTALL README RELEASE_NOTES TODO ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/diablo .endfor ${INSTALL_DATA} ${WRKSRC}/post-install-notes ${PREFIX}/share/doc/diablo |