Sun Apr 3 13:56:50 2022 UTC ()
lang/algol68g: update homepage and outdated maintainer mail address.


(rhialto)
diff -r1.19 -r1.20 pkgsrc/lang/algol68g/Makefile

cvs diff -r1.19 -r1.20 pkgsrc/lang/algol68g/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/algol68g/Makefile 2022/03/02 01:41:34 1.19
+++ pkgsrc/lang/algol68g/Makefile 2022/04/03 13:56:50 1.20
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.19 2022/03/02 01:41:34 ryoon Exp $ 1# $NetBSD: Makefile,v 1.20 2022/04/03 13:56:50 rhialto Exp $
2 2
3DISTNAME= algol68g-3.0.4 3DISTNAME= algol68g-3.0.4
4CATEGORIES= lang 4CATEGORIES= lang
5MASTER_SITES= http://jmvdveer.home.xs4all.nl/ 5MASTER_SITES= http://jmvdveer.home.xs4all.nl/
6 6
7MAINTAINER= olafs@cs.ru.nl 7MAINTAINER= rhialto@NetBSD.org
8HOMEPAGE= https://jmvdveer.home.xs4all.nl/algol.html 8HOMEPAGE= https://jmvdveer.home.xs4all.nl/en.algol-68-genie.html
9COMMENT= Algol 68genie compiler 9COMMENT= Algol 68genie compiler
10LICENSE= gnu-gpl-v3 10LICENSE= gnu-gpl-v3
11 11
12USE_LANGUAGES= c 12USE_LANGUAGES= c
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14CONFIGURE_ARGS= --docdir=${PREFIX}/share/doc/${PKGBASE} 14CONFIGURE_ARGS= --docdir=${PREFIX}/share/doc/${PKGBASE}
15 15
16SUBST_CLASSES+= fix-path 16SUBST_CLASSES+= fix-path
17SUBST_STAGE.fix-path= pre-configure 17SUBST_STAGE.fix-path= pre-configure
18SUBST_MESSAGE.fix-path= Fixing /usr/local path. 18SUBST_MESSAGE.fix-path= Fixing /usr/local path.
19SUBST_FILES.fix-path+= Makefile.in 19SUBST_FILES.fix-path+= Makefile.in
20SUBST_SED.fix-path= -e 's,/usr/local/include/algol68g,${PREFIX}/include/algol68g,g' 20SUBST_SED.fix-path= -e 's,/usr/local/include/algol68g,${PREFIX}/include/algol68g,g'
21 21