diff options
author | pav <pav@FreeBSD.org> | 2005-11-09 02:39:51 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-09 02:39:51 +0800 |
commit | ef6636d534920e2bc4762b6c0cfef26f2245a14f (patch) | |
tree | 7876e57f8fe890ebf87a92ed3945d0cabb57f728 /editors/joe | |
parent | ee915fe39c6115ef0d5577e138c62ff36fd3cee7 (diff) | |
download | freebsd-ports-gnome-ef6636d534920e2bc4762b6c0cfef26f2245a14f.tar.gz freebsd-ports-gnome-ef6636d534920e2bc4762b6c0cfef26f2245a14f.tar.zst freebsd-ports-gnome-ef6636d534920e2bc4762b6c0cfef26f2245a14f.zip |
- Allow slave to override PKGORIGIN
Reported by: chkversion script
Diffstat (limited to 'editors/joe')
-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 fce290ae1501..5b9cd4f02b58 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} |