. add LICENSE=GPLv2;
. bump PORTREVISION; . trim Makefile headers; . use NO_WRKSUBDIR=yes.
This commit is contained in:
parent
ef030b5b2d
commit
dd828aaece
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319267
1 changed files with 5 additions and 6 deletions
|
@ -1,12 +1,9 @@
|
||||||
# New ports collection makefile for: pdixtract
|
# Created by: Markus Brueffer <markus@FreeBSD.org>
|
||||||
# Date created: Mon Jul 4 23:21:23 CEST 2005
|
|
||||||
# Whom: Markus Brueffer <markus@FreeBSD.org>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= pdixtract
|
PORTNAME= pdixtract
|
||||||
PORTVERSION= 1.5
|
PORTVERSION= 1.5
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||||
MASTER_SITE_SUBDIR= markus
|
MASTER_SITE_SUBDIR= markus
|
||||||
|
@ -15,7 +12,9 @@ DISTNAME= PDITOOL
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Extracts or converts .pdi file sets to .iso
|
COMMENT= Extracts or converts .pdi file sets to .iso
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}
|
LICENSE= GPLv2
|
||||||
|
|
||||||
|
NO_WRKSUBDIR= yes
|
||||||
USE_ZIP= yes
|
USE_ZIP= yes
|
||||||
|
|
||||||
PLIST_FILES= bin/pdixtract
|
PLIST_FILES= bin/pdixtract
|
||||||
|
|
Loading…
Reference in a new issue