diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 13:01:26 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 13:01:26 +0000 |
commit | 8791135877cfa1856deb75d2842fa467a56a1f32 (patch) | |
tree | 53f6dad5fe30a5d71af23c7b2e6df026845d3aa8 /net | |
parent | 80cd59bf76ce6dc65cc2f34da63d762216285c41 (diff) | |
download | pkgsrc-8791135877cfa1856deb75d2842fa467a56a1f32.tar.gz |
'EXTRACT_SUFX is ".tar.gz" by default, so this definition may be
redundant.' - It was. Removed.
Diffstat (limited to 'net')
-rw-r--r-- | net/proftpd/Makefile | 3 | ||||
-rw-r--r-- | net/xfce4-wavelan-plugin/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/net/proftpd/Makefile b/net/proftpd/Makefile index 8a9d1fffc47..34de1c12604 100644 --- a/net/proftpd/Makefile +++ b/net/proftpd/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.72 2013/03/15 13:34:32 kim Exp $ +# $NetBSD: Makefile,v 1.73 2013/04/06 13:01:27 rodent Exp $ DISTNAME= proftpd-1.3.4c CATEGORIES= net MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ ftp://ftp.servus.at/ProFTPD/distrib/source/ \ ftp://ftp.fsn.hu/pub/proftpd/distrib/source/ -EXTRACT_SUFX= .tar.gz MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://www.proftpd.org/ diff --git a/net/xfce4-wavelan-plugin/Makefile b/net/xfce4-wavelan-plugin/Makefile index 4bc97803ce7..cf3e7ca8d17 100644 --- a/net/xfce4-wavelan-plugin/Makefile +++ b/net/xfce4-wavelan-plugin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2013/02/16 11:19:16 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2013/04/06 13:01:27 rodent Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" @@ -8,7 +8,6 @@ DISTNAME= xfce4-wavelan-plugin-${XFCE4_VERSION} PKGREVISION= 15 CATEGORIES= sysutils MASTER_SITES= http://goodies.xfce.org/releases/xfce4-wavelan-plugin/ -EXTRACT_SUFX= .tar.gz COMMENT= Xfce WLAN plugin .include "../../x11/xfce4-panel/buildlink3.mk" |