diff options
author | steve <steve@FreeBSD.org> | 1998-03-28 14:33:32 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-03-28 14:33:32 +0000 |
commit | 0597d4e28ac7028dc54911ba246d5aa0cbd58fef (patch) | |
tree | 9513478b77a4a16f905344f7c5c3e18887ea4d43 /graphics/aalib/Makefile | |
parent | 268d9b15090d8c57b49316a925a4a54573d5dc13 (diff) | |
download | FreeBSD-ports-0597d4e28ac7028dc54911ba246d5aa0cbd58fef.zip FreeBSD-ports-0597d4e28ac7028dc54911ba246d5aa0cbd58fef.tar.gz |
Upgrade to version 1.2.
PR: 6079
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'graphics/aalib/Makefile')
-rw-r--r-- | graphics/aalib/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/graphics/aalib/Makefile b/graphics/aalib/Makefile index b7c8034..f35ea79 100644 --- a/graphics/aalib/Makefile +++ b/graphics/aalib/Makefile @@ -1,20 +1,22 @@ # New ports collection makefile for: aalib -# Version required: 1.1.6 +# Version required: 1.2 # Date created: 9 Dec 1997 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/12/19 08:59:36 vanilla Exp $ # -DISTNAME= aalib-1.1.6 +DISTNAME= aalib-1.2 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.ta.jcu.cz/pub/aa/development/ +MASTER_SITES= ftp://ftp.ta.jcu.cz/pub/aa/ MAINTAINER= andy@icc.surw.chel.su -WRKSRC= ${WRKDIR}/aalib-1.1 GNU_CONFIGURE= yes +pre-configure: + @${RM} ${WRKSRC}/config.cache + pre-install: @if [ ! -f ${PREFIX}/info/dir ]; then \ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ |