diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-02 13:57:45 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-02 13:57:45 +0000 |
commit | 22327a4502446d9cd17bbb93cffbdffbdb01c20d (patch) | |
tree | 282648a874f6345c7b470802b677aef0b73b141b /misc | |
parent | Refactoring applied. One extra stage is introduced in which (diff) |
Kill unneeded trailing slash in MASTER_SITE_SUBDIR.
Notes
Notes:
svn path=/head/; revision=58459
Diffstat (limited to 'misc')
-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 |