diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
commit | 59df8af48ea44d533d5de8118602cc174bda92da (patch) | |
tree | 099d3028bb9a8d6c138c5cf52f3b004582a91035 /archivers/makeself | |
parent | update with the new PORTNAME/PORTVERSION variables (diff) |
update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27419
Diffstat (limited to 'archivers/makeself')
-rw-r--r-- | archivers/makeself/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/makeself/Makefile b/archivers/makeself/Makefile index bd65d7e5ea11..f1e0631cc390 100644 --- a/archivers/makeself/Makefile +++ b/archivers/makeself/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: makeself -# Version required: 1.5.3 # Date created: 22 Oct 1999 # Whom: Will Andrews <andrews@technologist.com> # # $FreeBSD$ # -DISTNAME= makeself -PKGNAME= makeself-1.5.3 +PORTNAME= makeself +PORTVERSION= 1.5.3 CATEGORIES= archivers MASTER_SITES= http://www.lokigames.com/~megastep/makeself/ +DISTNAME= makeself EXTRACT_SUFX= .gz.sh MAINTAINER= will@FreeBSD.org |