Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jul 2014 14:25:59 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360376 - head/print/psdim
Message-ID:  <201407031425.s63EPxsc085739@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Thu Jul  3 14:25:58 2014
New Revision: 360376
URL: http://svnweb.freebsd.org/changeset/ports/360376
QAT: https://qat.redports.org/buildarchive/r360376/

Log:
  . support STAGE;
  . pet portlint: use a shorter COMMENT;
  . add LICENSE (GPLv2);
  . remove pkg-plist file (one liner).

Deleted:
  head/print/psdim/pkg-plist
Modified:
  head/print/psdim/Makefile

Modified: head/print/psdim/Makefile
==============================================================================
--- head/print/psdim/Makefile	Thu Jul  3 14:22:20 2014	(r360375)
+++ head/print/psdim/Makefile	Thu Jul  3 14:25:58 2014	(r360376)
@@ -8,14 +8,15 @@ CATEGORIES=	print
 MASTER_SITES=	http://www.mathstat.dal.ca/~selinger/psdim/download/
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Utility that calculates the optimal placement of the pages for n-up printing
+COMMENT=	Calculates the optimal placement of the pages for n-up printing
+
+LICENSE=	GPLv2
 
 USE_GHOSTSCRIPT=yes
 
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX}
 
-MAN1=		psdim.1
+PLIST_FILES=	bin/psdim man/man1/psdim.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407031425.s63EPxsc085739>