diff options
author | pav <pav@FreeBSD.org> | 2005-11-08 18:39:51 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-08 18:39:51 +0000 |
commit | ef6636d534920e2bc4762b6c0cfef26f2245a14f (patch) | |
tree | 7876e57f8fe890ebf87a92ed3945d0cabb57f728 | |
parent | ee915fe39c6115ef0d5577e138c62ff36fd3cee7 (diff) | |
download | FreeBSD-ports-ef6636d534920e2bc4762b6c0cfef26f2245a14f.zip FreeBSD-ports-ef6636d534920e2bc4762b6c0cfef26f2245a14f.tar.gz |
- Allow slave to override PKGORIGIN
Reported by: chkversion script
-rw-r--r-- | editors/joe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/joe/Makefile b/editors/joe/Makefile index fce290a..5b9cd4f 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -8,7 +8,7 @@ PORTNAME= joe PORTVERSION= 3.3 PORTEPOCH= 1 -CATEGORIES= editors +CATEGORIES+= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME}-editor DISTNAME= ${PORTNAME}-${PORTVERSION} |