diff options
author | asami <asami@FreeBSD.org> | 1998-03-29 04:13:39 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-03-29 04:13:39 +0800 |
commit | f3c1526b20c588b5e50b3d29a318c7d7a88a0d18 (patch) | |
tree | 46aaa518d2da806d32630f89ead66e574f9c8a6f /www | |
parent | c5fc87df0fff4bcae2230887cb885b87be0d5d52 (diff) | |
download | freebsd-ports-gnome-f3c1526b20c588b5e50b3d29a318c7d7a88a0d18.tar.gz freebsd-ports-gnome-f3c1526b20c588b5e50b3d29a318c7d7a88a0d18.tar.zst freebsd-ports-gnome-f3c1526b20c588b5e50b3d29a318c7d7a88a0d18.zip |
Use EXTRACT_SUFX instead of DISTFILES, will save one line of editing for
upgrades. :)
Diffstat (limited to 'www')
-rw-r--r-- | www/transproxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/transproxy/Makefile b/www/transproxy/Makefile index 95d70595e23c..146859f4adbc 100644 --- a/www/transproxy/Makefile +++ b/www/transproxy/Makefile @@ -9,7 +9,7 @@ DISTNAME= transproxy-0.3 CATEGORIES= www net MASTER_SITES= ftp://ftp.nlc.net.au/pub/linux/www/ -DISTFILES= transproxy-0.3.tgz +EXTRACT_SUFX= .tgz MAINTAINER= peter@FreeBSD.ORG |