diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-05-27 16:14:55 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-05-27 16:14:55 +0000 |
commit | dd828aaece2f1f08080406856fee753ce6838cec (patch) | |
tree | 0a1cf923d9677c48c1c744bb0d27b7596a3d7198 | |
parent | Fix build on HEAD by adding USE_GCC=any (uses nested functions) (diff) |
. add LICENSE=GPLv2;
. bump PORTREVISION;
. trim Makefile headers;
. use NO_WRKSUBDIR=yes.
Notes
Notes:
svn path=/head/; revision=319267
-rw-r--r-- | sysutils/pdixtract/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sysutils/pdixtract/Makefile b/sysutils/pdixtract/Makefile index 179019053efc..87b9239e1119 100644 --- a/sysutils/pdixtract/Makefile +++ b/sysutils/pdixtract/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: pdixtract -# Date created: Mon Jul 4 23:21:23 CEST 2005 -# Whom: Markus Brueffer <markus@FreeBSD.org> -# +# Created by: Markus Brueffer <markus@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@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 |