diff options
author | Michael Landin <mich@FreeBSD.org> | 2010-01-04 10:02:20 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2010-01-04 10:02:20 +0000 |
commit | 695881ddbcd65c2dcbad216a3942d4be2ae142d4 (patch) | |
tree | f17a33dfe7b21d8916870c904d5fa738cf437e4c | |
parent | Mark as deprecated: no longer under development by author. Also, does not build (diff) |
- remove superfluous EXTRACT_SUFX
PR: ports/142167
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
Notes
Notes:
svn path=/head/; revision=247123
-rw-r--r-- | ports-mgmt/portell/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports-mgmt/portell/Makefile b/ports-mgmt/portell/Makefile index dfd3f2c2734c..45c7cd47ecea 100644 --- a/ports-mgmt/portell/Makefile +++ b/ports-mgmt/portell/Makefile @@ -10,7 +10,6 @@ PORTVERSION= 0.2 PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} -EXTRACT_SUFX= .zip MAINTAINER= mich@FreeBSD.org COMMENT= Quick display of FreeBSD port descriptions |