diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-07 20:23:05 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-07 20:23:05 +0800 |
commit | 265e6d93a31592bc765ae1c17206bc2205c3f5e4 (patch) | |
tree | fa5bd1dade79db436ee634ab9ccd014ee705c7cc /editors/joe2 | |
parent | ca652982c234bd798acf69d81a2213d66fb9fe4c (diff) | |
download | freebsd-ports-gnome-265e6d93a31592bc765ae1c17206bc2205c3f5e4.tar.gz freebsd-ports-gnome-265e6d93a31592bc765ae1c17206bc2205c3f5e4.tar.zst freebsd-ports-gnome-265e6d93a31592bc765ae1c17206bc2205c3f5e4.zip |
Fix pkgname collision
Diffstat (limited to 'editors/joe2')
-rw-r--r-- | editors/joe2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/joe2/Makefile b/editors/joe2/Makefile index 0ac3bedb57a2..1963bf23f098 100644 --- a/editors/joe2/Makefile +++ b/editors/joe2/Makefile @@ -11,7 +11,7 @@ COMMENT?= Joe's Own Editor RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell -LATEST_LINK?= joe2 +PKGNAMESUFFIX= 2 CONFLICTS= joe-3* GNU_CONFIGURE= yes |