diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2020-07-20 23:43:43 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2020-07-20 23:43:43 +0000 |
commit | b120ba4add0a9b0bc6ce9fcf139a9e686c0fee35 (patch) | |
tree | 49de8f25e32f4768b05330eeeceabaefafd3028f /graphics/py-seqdiag | |
parent | 259eb939003af88c703bc8a83558b2201801ad2c (diff) | |
download | pkgsrc-b120ba4add0a9b0bc6ce9fcf139a9e686c0fee35.tar.gz |
py-nwdiag & py-seqdiag: un-comment correct home page entry
The $HOMEPAGE value is correct. Make this consistent with py-actdiag
and py-blockdiag.
Diffstat (limited to 'graphics/py-seqdiag')
-rw-r--r-- | graphics/py-seqdiag/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-seqdiag/Makefile b/graphics/py-seqdiag/Makefile index 15107d985c2..f328eaaabfb 100644 --- a/graphics/py-seqdiag/Makefile +++ b/graphics/py-seqdiag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2020/02/19 17:52:00 adam Exp $ +# $NetBSD: Makefile,v 1.19 2020/07/20 23:43:43 gutteridge Exp $ DISTNAME= seqdiag-2.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -6,7 +6,7 @@ CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_PYPI:=s/seqdiag/} MAINTAINER= pkgsrc-users@NetBSD.org -#HOMEPAGE= http://blockdiag.com/ +HOMEPAGE= http://blockdiag.com/ COMMENT= Simple sequence-diagram image generator LICENSE= apache-2.0 |