Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Mar 2014 14:36:32 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349624 - in head/print/psutils: . files
Message-ID:  <201403301436.s2UEaWZa015215@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Mar 30 14:36:32 2014
New Revision: 349624
URL: http://svnweb.freebsd.org/changeset/ports/349624
QAT: https://qat.redports.org/buildarchive/r349624/

Log:
  Support stage

Modified:
  head/print/psutils/Makefile
  head/print/psutils/files/patch-Makefile.unix
  head/print/psutils/pkg-plist

Modified: head/print/psutils/Makefile
==============================================================================
--- head/print/psutils/Makefile	Sun Mar 30 14:24:49 2014	(r349623)
+++ head/print/psutils/Makefile	Sun Mar 30 14:36:32 2014	(r349624)
@@ -14,19 +14,14 @@ DISTNAME=	psutils-p17
 MAINTAINER=	hrs@FreeBSD.org
 COMMENT=	Utilities for manipulating PostScript documents
 
-LIB_DEPENDS=	paper:${PORTSDIR}/print/libpaper
+LIB_DEPENDS=	libpaper.so:${PORTSDIR}/print/libpaper
 
 USES=		perl5
 USE_PERL5=	build
 WRKSRC=		${WRKDIR}/${PORTNAME}
 MAKEFILE=	Makefile.unix
 MAKE_ENV+=	DATADIR="${DATADIR}" PERL="${PERL5}" CHMOD="${CHMOD}"
-MAN1=		psbook.1 psselect.1 pstops.1 epsffit.1 psnup.1 psresize.1 \
-		getafm.1 fixdlsrps.1 fixfmps.1 fixmacps.1 fixpsditps.1 \
-		fixpspps.1 fixtpps.1 fixwfwps.1 fixwpps.1 fixwwps.1 \
-		extractres.1 includeres.1 fixscribeps.1 psmerge.1
 SCRIPTS_ENV+=	PERL5=${PERL5} CC=${CC} DATADIR=${DATADIR} \
 		MANPREFIX=${MANPREFIX} PAPER=dummy
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/print/psutils/files/patch-Makefile.unix
==============================================================================
--- head/print/psutils/files/patch-Makefile.unix	Sun Mar 30 14:24:49 2014	(r349623)
+++ head/print/psutils/files/patch-Makefile.unix	Sun Mar 30 14:36:32 2014	(r349624)
@@ -5,11 +5,11 @@
  OS = UNIX
  
 -BINDIR = /usr/local/bin
-+BINDIR ?= $(PREFIX)/bin
++BINDIR ?= $(DESTDIR)$(PREFIX)/bin
  SCRIPTDIR = $(BINDIR)
 -INCLUDEDIR = /usr/local/share/psutils
 -PERL = /usr/local/bin/perl
-+INCLUDEDIR ?= $(DATADIR)
++INCLUDEDIR ?= $(DESTDIR)$(DATADIR)
 +PERL ?= $(PERL5)
  
 -BINMODE = 0755
@@ -22,7 +22,7 @@
  INSTALLMAN = install -c -m $(MANMODE)
  MANEXT = 1
 -MANDIR = /usr/local/share/man/man$(MANEXT)
-+MANDIR ?= $(MANPREFIX)/man/man$(MANEXT)
++MANDIR ?= $(DESTDIR)$(MANPREFIX)/man/man$(MANEXT)
  
 -CC = gcc
 -CFLAGS = -DPAPER=\"$(PAPER)\" -DUNIX -O -Wall

Modified: head/print/psutils/pkg-plist
==============================================================================
--- head/print/psutils/pkg-plist	Sun Mar 30 14:24:49 2014	(r349623)
+++ head/print/psutils/pkg-plist	Sun Mar 30 14:36:32 2014	(r349624)
@@ -19,6 +19,26 @@ bin/extractres
 bin/includeres
 bin/psmerge
 bin/showchar
+man/man1/epsffit.1.gz
+man/man1/extractres.1.gz
+man/man1/fixdlsrps.1.gz
+man/man1/fixfmps.1.gz
+man/man1/fixmacps.1.gz
+man/man1/fixpsditps.1.gz
+man/man1/fixpspps.1.gz
+man/man1/fixscribeps.1.gz
+man/man1/fixtpps.1.gz
+man/man1/fixwfwps.1.gz
+man/man1/fixwpps.1.gz
+man/man1/fixwwps.1.gz
+man/man1/getafm.1.gz
+man/man1/includeres.1.gz
+man/man1/psbook.1.gz
+man/man1/psmerge.1.gz
+man/man1/psnup.1.gz
+man/man1/psresize.1.gz
+man/man1/psselect.1.gz
+man/man1/pstops.1.gz
 %%DATADIR%%/md68_0.ps
 %%DATADIR%%/md71_0.ps
 @dirrm %%DATADIR%%



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