diff options
author | antoine <antoine@FreeBSD.org> | 2014-05-28 23:34:24 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-05-28 23:34:24 +0800 |
commit | da8590e696ad05b511cb9de097fc9d4aed0aac2f (patch) | |
tree | 1959101e59e6542186caf456f92e013f582ee7a8 | |
parent | 800214efcc178346a999fbcbd64314ed73a1afe6 (diff) | |
download | freebsd-ports-gnome-da8590e696ad05b511cb9de097fc9d4aed0aac2f.tar.gz freebsd-ports-gnome-da8590e696ad05b511cb9de097fc9d4aed0aac2f.tar.zst freebsd-ports-gnome-da8590e696ad05b511cb9de097fc9d4aed0aac2f.zip |
Fix make checksum for devel/p5-Parse-Pidl
With hat: portmgr
-rw-r--r-- | net/samba4/Makefile | 2 | ||||
-rw-r--r-- | net/samba41/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/net/samba4/Makefile b/net/samba4/Makefile index ce0cc2f3a8a6..2b014ee4a880 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -16,8 +16,6 @@ LICENSE= GPLv3 CONFLICTS?= *samba3[2-6]-3.* samba41-4.1.* -SAMBA4_PORT= ${PORTNAME} - SAMBA4_BASENAME= samba SAMBA4_PORTNAME= ${SAMBA4_BASENAME}4 SAMBA4_VERSION= 4.0.17 diff --git a/net/samba41/Makefile b/net/samba41/Makefile index a8e0beea0629..15b78881e9e2 100644 --- a/net/samba41/Makefile +++ b/net/samba41/Makefile @@ -16,8 +16,6 @@ LICENSE= GPLv3 CONFLICTS?= *samba3[2-6]-3.* samba4-4.0.* -SAMBA4_PORT= ${PORTNAME} - SAMBA4_BASENAME= samba SAMBA4_PORTNAME= ${SAMBA4_BASENAME}4 SAMBA4_VERSION= 4.1.7 |