diff options
author | Doug Barton <dougb@FreeBSD.org> | 2003-01-23 09:07:23 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2003-01-23 09:07:23 +0000 |
commit | 6835cc3401ccdedadf0787555a113ea61025a159 (patch) | |
tree | ec6a4658b98cad7a58169a18f107a0de0711d7d3 | |
parent | 5610ff4d72215adf662285322f064baef5cb9347 (diff) | |
download | ports-6835cc3401ccdedadf0787555a113ea61025a159.tar.gz ports-6835cc3401ccdedadf0787555a113ea61025a159.zip |
Fix the MASTER_SITE_LOCAL stuff
Notes
Notes:
svn path=/head/; revision=73843
-rw-r--r-- | mail/pine-pgp-filters/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/pine-pgp-filters/Makefile b/mail/pine-pgp-filters/Makefile index ca11412245d7..55e82e5f76aa 100644 --- a/mail/pine-pgp-filters/Makefile +++ b/mail/pine-pgp-filters/Makefile @@ -9,7 +9,8 @@ PORTNAME= pine-pgp-filters PORTVERSION= 1.0 CATEGORIES= mail MASTER_SITES= http://dougbarton.net/FreeBSD/Downloads/ \ - ${MASTER_SITE_LOCAL}/dougb + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= dougb MAINTAINER= DougB@FreeBSD.org |