diff options
author | Johan van Selst <johans@FreeBSD.org> | 2012-07-10 01:28:46 +0800 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2012-07-10 01:28:46 +0800 |
commit | cbd2653b998625eeef277f65a0d01b7b851581ba (patch) | |
tree | 6f9ebee75e6162c45d1c141670288faff174aeb7 | |
parent | e90ef105571db375dcbc6eb367912e84e5a80206 (diff) | |
download | freebsd-ports-gnome-cbd2653b998625eeef277f65a0d01b7b851581ba.tar.gz freebsd-ports-gnome-cbd2653b998625eeef277f65a0d01b7b851581ba.tar.zst freebsd-ports-gnome-cbd2653b998625eeef277f65a0d01b7b851581ba.zip |
- Remove unneeded MASTER_SITE_SUBDIR (included in SAVANNAH macro)
Reported by: sunpoet
-rw-r--r-- | textproc/texi2html/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile index 92241dbf7c81..b5e46d13706a 100644 --- a/textproc/texi2html/Makefile +++ b/textproc/texi2html/Makefile @@ -11,7 +11,6 @@ PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= textproc MASTER_SITES= SAVANNAH -MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= johans@FreeBSD.org COMMENT= Texinfo to HTML converter |