svn commit: r360376 - head/print/psdim

Boris Samorodov bsam at FreeBSD.org
Thu Jul 3 14:25:59 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list