svn commit: r325109 - head/archivers/unshield

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Aug 21 12:02:09 UTC 2013


Author: sunpoet
Date: Wed Aug 21 12:02:08 2013
New Revision: 325109
URL: http://svnweb.freebsd.org/changeset/ports/325109

Log:
  - Add LICENSE
  - Cosmetic change
  - Cleanup Makefile header

Modified:
  head/archivers/unshield/Makefile   (contents, props changed)

Modified: head/archivers/unshield/Makefile
==============================================================================
--- head/archivers/unshield/Makefile	Wed Aug 21 11:51:24 2013	(r325108)
+++ head/archivers/unshield/Makefile	Wed Aug 21 12:02:08 2013	(r325109)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	unshield
-# Date created:				08 April 2004
-# Whom:					Stefan Esser <se at FreeBSD.org>
-#
+# Created by: Stefan Esser <se at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	unshield
 PORTVERSION=	0.6
@@ -14,10 +10,12 @@ MASTER_SITES=	SF/synce/Unshield/${PORTVE
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Extract data from InstallShield CAB files
 
-USE_AUTOTOOLS=	libtool
+LICENSE=	MIT
+
 GNU_CONFIGURE=	yes
-USES=	pathfix
+USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
+USES=		pathfix
 
 MAN1=		${PORTNAME}.1
 


More information about the svn-ports-all mailing list