diff options
author | mat <mat@FreeBSD.org> | 2018-01-25 20:55:54 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-01-25 20:55:54 +0800 |
commit | 51dbe061d240073ef63d6baec2e32771288f149d (patch) | |
tree | a53824be64af28ca53cff22b075807e5eca088d6 /net-im | |
parent | a473d6270be598bac24477b9f82a14a860818fbf (diff) | |
download | freebsd-ports-gnome-51dbe061d240073ef63d6baec2e32771288f149d.tar.gz freebsd-ports-gnome-51dbe061d240073ef63d6baec2e32771288f149d.tar.zst freebsd-ports-gnome-51dbe061d240073ef63d6baec2e32771288f149d.zip |
Fix PKGNAME collision.
Sponsored by: Absolight
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/scudcloud/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/scudcloud/Makefile b/net-im/scudcloud/Makefile index bddca8365d0c..611d2c12de41 100644 --- a/net-im/scudcloud/Makefile +++ b/net-im/scudcloud/Makefile @@ -29,7 +29,7 @@ OPTIONS_DEFINE= HUNSPELL USES= python:3.4+ USE_GITHUB= yes -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist distutils optsuffix post-patch: @${REINPLACE_CMD} -i.bak -e 's,%%LOCALBASE%%,${LOCALBASE},1' \ |