diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-03 08:36:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-03 08:36:49 +0000 |
commit | d99ff5b1ddd4f5357b0098385052809ba9baaba7 (patch) | |
tree | e2a84f68e77dbe7865813a025397d0b883ae5cec /databases/pgtclng | |
parent | 214095554a40171225b6b1310485e06aea975e57 (diff) | |
download | pkgsrc-d99ff5b1ddd4f5357b0098385052809ba9baaba7.tar.gz |
Comment out dead MASTER_SITES/HOMEPAGEs.
Diffstat (limited to 'databases/pgtclng')
-rw-r--r-- | databases/pgtclng/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/pgtclng/Makefile b/databases/pgtclng/Makefile index d368cc225ba..f3281cdb940 100644 --- a/databases/pgtclng/Makefile +++ b/databases/pgtclng/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2016/10/09 21:41:57 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2017/09/03 08:36:52 wiz Exp $ # VER= 1.5.3 @@ -9,7 +9,7 @@ CATEGORIES= databases tcl MASTER_SITES= http://pgfoundry.org/frs/download.php/1075/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://pgtclng.projects.postgresql.org/ +#HOMEPAGE= http://pgtclng.projects.postgresql.org/ COMMENT= Next Generation TCL interface to PostgreSQL CONFLICTS+= pgtcl-[0-9]* |