diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2013-12-12 00:55:56 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2013-12-12 00:55:56 +0800 |
commit | c0708acdde8def2d85f31b4a1056719f02008b34 (patch) | |
tree | 328994b0edc18f4320c17d1c31afa722b25b7055 | |
parent | 547d12446f800a8b931732970abf8e2c024f990f (diff) | |
download | freebsd-ports-gnome-c0708acdde8def2d85f31b4a1056719f02008b34.tar.gz freebsd-ports-gnome-c0708acdde8def2d85f31b4a1056719f02008b34.tar.zst freebsd-ports-gnome-c0708acdde8def2d85f31b4a1056719f02008b34.zip |
- PKGSUFFIX name is better served on sword17
-rw-r--r-- | misc/sword/Makefile | 1 | ||||
-rw-r--r-- | misc/sword17/Makefile | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/misc/sword/Makefile b/misc/sword/Makefile index 8a457996de67..40a252597dce 100644 --- a/misc/sword/Makefile +++ b/misc/sword/Makefile @@ -15,7 +15,6 @@ COMMENT= Framework for manipulating Bible texts LICENSE= GPLv2 CONFLICTS= sword-1.7.* -PKGNAMESUFFIX= 16 BUILD_DEPENDS= cppunit-config:${PORTSDIR}/devel/cppunit diff --git a/misc/sword17/Makefile b/misc/sword17/Makefile index 29abe40300e9..98cf6b464347 100644 --- a/misc/sword17/Makefile +++ b/misc/sword17/Makefile @@ -13,6 +13,7 @@ COMMENT= Framework for manipulating Bible texts LICENSE= GPLv2 CONFLICTS= sword-1.6.* +PKGNAMESUFFIX= 17 BUILD_DEPENDS= cppunit-config:${PORTSDIR}/devel/cppunit |