svn commit: r319267 - head/sysutils/pdixtract

Boris Samorodov bsam at FreeBSD.org
Mon May 27 16:14:56 UTC 2013


Author: bsam
Date: Mon May 27 16:14:55 2013
New Revision: 319267
URL: http://svnweb.freebsd.org/changeset/ports/319267

Log:
  . add LICENSE=GPLv2;
  . bump PORTREVISION;
  . trim Makefile headers;
  . use NO_WRKSUBDIR=yes.

Modified:
  head/sysutils/pdixtract/Makefile

Modified: head/sysutils/pdixtract/Makefile
==============================================================================
--- head/sysutils/pdixtract/Makefile	Mon May 27 16:06:02 2013	(r319266)
+++ head/sysutils/pdixtract/Makefile	Mon May 27 16:14:55 2013	(r319267)
@@ -1,12 +1,9 @@
-# New ports collection makefile for:	pdixtract
-# Date created:				Mon Jul  4 23:21:23 CEST 2005
-# Whom:					Markus Brueffer <markus at FreeBSD.org>
-#
+# Created by: Markus Brueffer <markus at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	pdixtract
 PORTVERSION=	1.5
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	markus
@@ -15,7 +12,9 @@ DISTNAME=	PDITOOL
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Extracts or converts .pdi file sets to .iso
 
-WRKSRC=		${WRKDIR}
+LICENSE=	GPLv2
+
+NO_WRKSUBDIR=	yes
 USE_ZIP=	yes
 
 PLIST_FILES=	bin/pdixtract


More information about the svn-ports-all mailing list