diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-05-02 21:57:45 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-05-02 21:57:45 +0800 |
commit | 9f50aa982f8cc19e106fb1186e6fe06176c0ca1a (patch) | |
tree | 0ab78a36895a209d1d865f11151e84b3f4ea1938 /misc/pybliographer | |
parent | 86a26ccc12e000eb64b4b556a79ce19dc235d0b7 (diff) | |
download | freebsd-ports-gnome-9f50aa982f8cc19e106fb1186e6fe06176c0ca1a.tar.gz freebsd-ports-gnome-9f50aa982f8cc19e106fb1186e6fe06176c0ca1a.tar.zst freebsd-ports-gnome-9f50aa982f8cc19e106fb1186e6fe06176c0ca1a.zip |
Kill unneeded trailing slash in MASTER_SITE_SUBDIR.
Diffstat (limited to 'misc/pybliographer')
-rw-r--r-- | misc/pybliographer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/pybliographer/Makefile b/misc/pybliographer/Makefile index ed2bf932fbf8..74eab4911a96 100644 --- a/misc/pybliographer/Makefile +++ b/misc/pybliographer/Makefile @@ -9,7 +9,7 @@ PORTNAME= pybliographer PORTVERSION= 1.0.8 CATEGORIES= misc python gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/pyblio/ +MASTER_SITE_SUBDIR= stable/sources/pyblio MAINTAINER= ports@FreeBSD.org |