diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-20 22:43:59 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-20 22:43:59 +0000 |
commit | 82b679ce0eda354c7afa8f93fa7ac4557d3d14fb (patch) | |
tree | 0c3309878fd450dd62184f1acef7c44d1acc7313 | |
parent | 88a427743818e5beaf3469612941ef241fff5bc0 (diff) | |
download | FreeBSD-ports-82b679ce0eda354c7afa8f93fa7ac4557d3d14fb.zip FreeBSD-ports-82b679ce0eda354c7afa8f93fa7ac4557d3d14fb.tar.gz |
Add NO_STAGE all over the place in preparation for the staging support (cat: print)
325 files changed, 487 insertions, 798 deletions
diff --git a/print/a2pdf/Makefile b/print/a2pdf/Makefile index ca883e0..85c0ff5 100644 --- a/print/a2pdf/Makefile +++ b/print/a2pdf/Makefile @@ -22,4 +22,5 @@ USES= perl5 USE_PERL5= configure MAN1= ${PORTNAME}.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index 69f2f74..681f781 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,4 +1,4 @@ -# Created by: Chuck Robey <chuckr@freebsd.org> +# Created by: Chuck Robey <chuckr@FreeBSD.org> # $FreeBSD$ PORTNAME= a2ps @@ -44,6 +44,7 @@ NO_OPTIONS_SORT=yes EMACS_DESC=Enable Emacs support I18N_DESC=Enable I18N support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/print/abc2mtex/Makefile b/print/abc2mtex/Makefile index d8dd2d0..66b01f1 100644 --- a/print/abc2mtex/Makefile +++ b/print/abc2mtex/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: abc2mtex -# Date created: 28 May 2001 -# Whom: joerg -# +# Created by: joerg # $FreeBSD$ -# PORTNAME= abc2mtex PORTVERSION= 1.6.1 @@ -26,6 +22,7 @@ BIN_FILES= abc2mtex abc2mtex \ search abc_search \ sort_in abc_sort_in +NO_STAGE= yes do-install: cd ${WRKSRC}; \ ${MKDIR} ${TEXMF}/doc/${PORTNAME}; \ diff --git a/print/abcm2ps/Makefile b/print/abcm2ps/Makefile index 2a18cc6..de3f58ae 100644 --- a/print/abcm2ps/Makefile +++ b/print/abcm2ps/Makefile @@ -20,6 +20,7 @@ PLIST_FILES= bin/abcm2ps %%DATADIR%%/fbook.fmt %%DATADIR%%/fonts.fmt \ %%DATADIR%%/tight.fmt %%DATADIR%%/musicfont.fmt PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/abcm2ps ${PREFIX}/bin/ @${MKDIR} ${DATADIR} diff --git a/print/abntex/Makefile b/print/abntex/Makefile index e493899..6f4f1cc 100644 --- a/print/abntex/Makefile +++ b/print/abntex/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: abntex -# Date created: Tue Sep 17 22:08:35 BRT 2002 -# Whom: Hammurabi Mendes <hmendes@brturbo.com> -# +# Created by: Hammurabi Mendes <hmendes@brturbo.com> # $FreeBSD$ -# PORTNAME= abntex PORTVERSION= 0.8.2 @@ -21,6 +17,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} NO_BUILD= yes +NO_STAGE= yes do-install: # install files ${INSTALL_SCRIPT} ${WRKSRC}/bin/geratss ${PREFIX}/bin diff --git a/print/acrobatviewer/Makefile b/print/acrobatviewer/Makefile index caf9457..42c8d22 100644 --- a/print/acrobatviewer/Makefile +++ b/print/acrobatviewer/Makefile @@ -35,6 +35,7 @@ ARCHSTART= 1 ARCHSIZE= 2749762 ARCHBLOCKS= 84 +NO_STAGE= yes do-extract: @${MKDIR} ${WRKSRC} && \ cd ${WRKSRC} && \ diff --git a/print/acroread8/Makefile b/print/acroread8/Makefile index 99cbdc6..e9f843d 100644 --- a/print/acroread8/Makefile +++ b/print/acroread8/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: acroread8 -# Date created: 20 October 2007 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# PORTNAME= acroread8 PORTVERSION= 8.1.7 @@ -73,6 +69,7 @@ INSTALLEXEC= ${SETENV} UNAME_s=Linux \ UNAME_r="Linux Compatibility on FreeBSD" \ ${SH} ./INSTALL --install_path=${INSTALLDIR} > /dev/null +NO_STAGE= yes pre-install: @${MKDIR} ${WRKDIR}/bin @${INSTALL_SCRIPT} \ diff --git a/print/acroread9/Makefile b/print/acroread9/Makefile index dd00f0e..09007b4 100644 --- a/print/acroread9/Makefile +++ b/print/acroread9/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: acroread9 -# Date created: 28 March 2009 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# PORTNAME= acroread9 PORTVERSION?= 9.5.5 @@ -77,6 +73,7 @@ INSTALLEXEC= ${SETENV} UNAME_s=Linux \ MAN1= acroread.1 MANCOMPRESSED= yes MANINSTALLDIR= man/${MANLANG} +NO_STAGE= yes post-man-install: ${MKDIR} ${MANPREFIX}/${MANINSTALLDIR}/man1 ${LN} -s -f \ diff --git a/print/acroreadwrapper/Makefile b/print/acroreadwrapper/Makefile index e2f9b9c..607ef32 100644 --- a/print/acroreadwrapper/Makefile +++ b/print/acroreadwrapper/Makefile @@ -31,6 +31,7 @@ SUB_LIST= ACROBASE8=${ACROBASE8} \ KMODDIR=${KMODDIR} USE_RC_SUBR= linux_adobe +NO_STAGE= yes .include <bsd.port.pre.mk> MAKE_ENV= KMODDIR=${KMODDIR} SYSDIR=${SRC_BASE}/sys DESTDIR=${PREFIX}/ diff --git a/print/adobe-cmaps/Makefile b/print/adobe-cmaps/Makefile index 5cad8f5..6fd855a 100644 --- a/print/adobe-cmaps/Makefile +++ b/print/adobe-cmaps/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: adobe-cmaps -# Date created: Wed, 10 Apr 2002 02:22:30 +0900 -# Whom: KATO Tsuguru <tkato@prontomail.com> -# +# Created by: KATO Tsuguru <tkato@prontomail.com> # $FreeBSD$ -# PORTNAME= adobe-cmaps PORTVERSION= 20051217 @@ -25,6 +21,7 @@ PLIST_SUB= CMAPDIR=${CMAPDIR} INSTDIRS= ac15 ag15 ai0 aj16 aj20 ak12 rksj-cmaps CMAPDIR= share/fonts/${PORTNAME} +NO_STAGE= yes post-extract: ${RM} -f ${WRKDIR}/ag15/.nfsFA55 diff --git a/print/afm/Makefile b/print/afm/Makefile index 20b10f9..0c0a47d 100644 --- a/print/afm/Makefile +++ b/print/afm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: afm -# Date created: 23 November 1994 -# Whom: ljo -# +# Created by: ljo # $FreeBSD$ -# PORTNAME= afm PORTVERSION= 1.0 @@ -16,6 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Adobe Font Metrics +NO_STAGE= yes pre-patch: @${RM} -rf ${WRKSRC}/RCS diff --git a/print/alignmargins/Makefile b/print/alignmargins/Makefile index 16ea60b..ec37945 100644 --- a/print/alignmargins/Makefile +++ b/print/alignmargins/Makefile @@ -16,6 +16,7 @@ COMMENT= Utility script to generate custom margins in PPDs for CUPS NO_BUILD= yes USES= perl5 +NO_STAGE= yes do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} diff --git a/print/ansiprint/Makefile b/print/ansiprint/Makefile index 4423ae1..3e59ffc 100644 --- a/print/ansiprint/Makefile +++ b/print/ansiprint/Makefile @@ -14,6 +14,7 @@ PLIST_FILES= bin/${PORTNAME} CXXFLAGS+= -Wno-deprecated +NO_STAGE= yes post-extract: @${RM} ${WRKSRC}/Makefile diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index 8ea7894..2d98ff2 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -47,6 +47,7 @@ ATALK_DESC= remote printing on AppleTalk remote printer SAMBA_DESC= remote printing on Windows remote printer COMPRESS_DESC= print compressed documents +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/print/asprint/Makefile b/print/asprint/Makefile index 18678c5..963b5bd 100644 --- a/print/asprint/Makefile +++ b/print/asprint/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: asmail -# Date created: 16 August 1997 -# Whom: brett@peloton.physics.montana.edu -# +# Created by: brett@peloton.physics.montana.edu # $FreeBSD$ -# PORTNAME= asprint PORTVERSION= 1.0 @@ -21,6 +17,7 @@ USE_XORG= xmu xpm xt xaw x11 ALL_TARGET= asprint MAKEFILE= makefile +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} $(WRKSRC)/asprint ${PREFIX}/bin diff --git a/print/auctex/Makefile b/print/auctex/Makefile index de3d49c..3bb93907 100644 --- a/print/auctex/Makefile +++ b/print/auctex/Makefile @@ -39,6 +39,7 @@ MKTEXLSR= ${LOCALBASE}/bin/mktexlsr NOT_FOR_ARCHS= ia64 +NO_STAGE= yes post-install: ${MKTEXLSR} ${PREFIX}/${TEXMFDIR} @${CAT} ${PKGMESSAGE} diff --git a/print/axpoint/Makefile b/print/axpoint/Makefile index ed2d54f..9729e7e 100644 --- a/print/axpoint/Makefile +++ b/print/axpoint/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: axpoint -# Date created: May 13, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= axpoint PORTVERSION= 1.50 @@ -29,4 +24,5 @@ USE_PERL5= configure MAN3= XML::Handler::AxPoint.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/bibcursed/Makefile b/print/bibcursed/Makefile index eb0c150..665cea3 100644 --- a/print/bibcursed/Makefile +++ b/print/bibcursed/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: bibcursed -# Date created: Aug 11, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= bibcursed PORTVERSION= 2.0.1 @@ -21,6 +16,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes do-build: cd ${WRKSRC}; ${CC} ${CFLAGS} ${PORTNAME}.c -o ${PORTNAME} -lncurses diff --git a/print/biblio-py/Makefile b/print/biblio-py/Makefile index 41e102a..763bf52 100644 --- a/print/biblio-py/Makefile +++ b/print/biblio-py/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: biblio-py -# Date created: 10 May, 2009 -# Whom: Wen Heping <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= biblio-py PORTVERSION= 0.6.1 @@ -17,4 +13,5 @@ COMMENT= A package to manage bibliography written in python USE_PYTHON= yes USE_PYDISTUTILS= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/bibview/Makefile b/print/bibview/Makefile index a7cbedb..ecc55bd 100644 --- a/print/bibview/Makefile +++ b/print/bibview/Makefile @@ -17,4 +17,5 @@ USE_XORG= ice sm x11 xaw xext xmu xt WRKSRC= ${WRKDIR}/bibview-${PORTVERSION} MAN1= bibview.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/bophook/Makefile b/print/bophook/Makefile index e69562d..84aaa92 100644 --- a/print/bophook/Makefile +++ b/print/bophook/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: bophook -# Date created: 2012-05-11 -# Whom: Hiroto Kagotani <hiroto.kagotani@gmail.com> -# +# Created by: Hiroto Kagotani <hiroto.kagotani@gmail.com> # $FreeBSD$ PORTNAME= bophook @@ -25,6 +22,7 @@ MKTEXLSR= ${LOCALBASE}/bin/mktexlsr CLASSDIR= ${TEXMFDIR}/tex/latex/${PORTNAME} CLASS_FILES= ${PORTNAME}.sty +NO_STAGE= yes do-build: cd ${WRKSRC} && latex ${PORTNAME}.ins diff --git a/print/c2ps/Makefile b/print/c2ps/Makefile index 3566d3e..0ea441a 100644 --- a/print/c2ps/Makefile +++ b/print/c2ps/Makefile @@ -17,6 +17,7 @@ PLIST_FILES= bin/c2ps MAN1= c2ps.1 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/c2ps ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/c2ps.1 ${MANPREFIX}/man/man1 diff --git a/print/catdvi/Makefile b/print/catdvi/Makefile index 2961ffa..c876a6a 100644 --- a/print/catdvi/Makefile +++ b/print/catdvi/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: catdvi -# Date created: Feb 10, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= catdvi PORTVERSION= 0.14 @@ -28,6 +23,7 @@ PLIST_FILES= bin/catdvi CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/catdvi ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/catdvi.1 ${MANPREFIX}/man/man1 diff --git a/print/cdlabelgen/Makefile b/print/cdlabelgen/Makefile index d9ee60a..26f4165 100644 --- a/print/cdlabelgen/Makefile +++ b/print/cdlabelgen/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cdlabelgen -# Date created: Tue Jun 23 00:19:55 MET DST 1999 -# Whom: Juergen Lock <nox@jelal.kn-bremen.de> -# +# Created by: Juergen Lock <nox@jelal.kn-bremen.de> # $FreeBSD$ -# PORTNAME= cdlabelgen PORTVERSION= 4.2.0 @@ -26,6 +22,7 @@ MAKE_ARGS= BASE_DIR="${PREFIX}" \ INSTALL_MAN="${INSTALL_MAN}" \ MAN_DIR="${PREFIX}/man" +NO_STAGE= yes do-build: ${PERL5} -i.bak -p -e "if (1 .. 1) {s-^#!/usr/bin/perl-#!${PERL}-;}" ${WRKSRC}/cdlabelgen diff --git a/print/cm-super/Makefile b/print/cm-super/Makefile index 781a586..56ad9b1 100644 --- a/print/cm-super/Makefile +++ b/print/cm-super/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cm-super -# Date created: 27 June 2006 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# PORTNAME= cm-super PORTVERSION= 0.3.4 @@ -55,6 +51,7 @@ MAPFILES= cm-super-t1.map \ cm-super-ts1.map \ cm-super-x2.map +NO_STAGE= yes do-build: .if !defined(WITHOUT_X11) ${TOUCH} ${WRKSRC}/pfb/fonts.dir diff --git a/print/cpp2latex/Makefile b/print/cpp2latex/Makefile index bd156f1..a436e64 100644 --- a/print/cpp2latex/Makefile +++ b/print/cpp2latex/Makefile @@ -18,6 +18,7 @@ PORTDOCS= AUTHORS ChangeLog README TODO PLIST_FILES= bin/cpp2latex +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index ced5c99..0267ca8 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -80,6 +80,7 @@ GHOSTSCRIPT_DESC= Build pdftops with GHOSTSCRIPT XPDF_DESC= Build pdftops with XPDF XDG_OPEN_DESC= Build with XDG_OPEN as browser +NO_STAGE= yes .include <bsd.port.options.mk> .if defined(CUPS_CLIENT) diff --git a/print/cups-bjnp/Makefile b/print/cups-bjnp/Makefile index 57391ca..8498c30 100644 --- a/print/cups-bjnp/Makefile +++ b/print/cups-bjnp/Makefile @@ -1,5 +1,4 @@ # $FreeBSD$ -# PORTNAME= cups-bjnp PORTVERSION= 1.2.1 @@ -17,4 +16,5 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/cups-client/Makefile b/print/cups-client/Makefile index 1e9607a..ac2be0c 100644 --- a/print/cups-client/Makefile +++ b/print/cups-client/Makefile @@ -9,6 +9,7 @@ MASTERDIR?= ${.CURDIR}/../cups-base CUPS_CLIENT= yes .if exists(${.CURDIR}/Makefile.local) +NO_STAGE= yes .include "${.CURDIR}/Makefile.local" .endif diff --git a/print/cups-image/Makefile b/print/cups-image/Makefile index d772197..867aa07 100644 --- a/print/cups-image/Makefile +++ b/print/cups-image/Makefile @@ -9,6 +9,7 @@ MASTERDIR?= ${.CURDIR}/../cups-base CUPS_IMAGE= yes .if exists(${.CURDIR}/Makefile.local) +NO_STAGE= yes .include "${.CURDIR}/Makefile.local" .endif diff --git a/print/cups-pdf/Makefile b/print/cups-pdf/Makefile index a7dcdf9..892f033 100644 --- a/print/cups-pdf/Makefile +++ b/print/cups-pdf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cups-pdf -# Date created: Jun 15 2004 -# Whom: Mark Reidel <ports@mark.reidel.info> -# +# Created by: Mark Reidel <ports@mark.reidel.info> # $FreeBSD$ -# PORTNAME= cups-pdf PORTVERSION= 2.6.1 @@ -53,6 +49,7 @@ SUBST_CMD+= -e 's,\#Out /var/spool/cups-pdf/$${USER},Out ${OUTPUT_DIRECTORY},' SUBST_CMD+= -e "s,\#Log /var/log/cups,Log ${LOG_DIRECTORY}," .endif +NO_STAGE= yes pre-everything:: .if !defined(PDF_VERSION) || !defined(HOME_SUBDIR) || \ !defined(OUTPUT_DIRECTORY) || !defined(LOG_DIRECTORY) diff --git a/print/cups-pk-helper/Makefile b/print/cups-pk-helper/Makefile index 959de84..594a341 100644 --- a/print/cups-pk-helper/Makefile +++ b/print/cups-pk-helper/Makefile @@ -20,4 +20,5 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/libs +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/cups-pstoraster/Makefile b/print/cups-pstoraster/Makefile index 72ceef7..3fb086c 100644 --- a/print/cups-pstoraster/Makefile +++ b/print/cups-pstoraster/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cups-pstoraster -# Date created: Jul 13 2002 -# Whom: ports@FreeBSD.org -# +# Created by: ports@FreeBSD.org # $FreeBSD$ -# PORTNAME= cups-pstoraster PORTVERSION= 8.15.4 @@ -44,6 +40,7 @@ MAKE_ARGS= CFLAGS_STANDARD="${CFLAGS} -DUPD_SIGNAL=0" \ DEVICE_DEVS="\$$(DD)cups.dev \$$(DD)pxlcolor.dev \$$(DD)pxlmono.dev" PLIST_SUB= GS_VERSION="${GS_VERSION}" +NO_STAGE= yes pre-everything:: .if !defined(WITH_CJK) @${ECHO_MSG} "" diff --git a/print/cups-samba/Makefile b/print/cups-samba/Makefile index 1bc768c..4acbb47 100644 --- a/print/cups-samba/Makefile +++ b/print/cups-samba/Makefile @@ -1,11 +1,5 @@ -# ex:ts=8 -*-mode: makefile-*- -# -# New ports collection makefile for: cups-samba -# Date created: 2004-02-10 -# Whom: John Merryweather Cooper <coop9211@uidaho.edu> -# +# Created by: John Merryweather Cooper <coop9211@uidaho.edu> # $FreeBSD$ -# PORTNAME= cups-samba PORTVERSION= 6.0 @@ -31,6 +25,7 @@ DRIVER_FILES= cups6.inf cups6.ini cupsps6.dll cupsui6.dll SUB_FILES= pkg-message +NO_STAGE= yes pre-install: ${MKDIR} ${DATADIR}/drivers diff --git a/print/cups-smb-backend/Makefile b/print/cups-smb-backend/Makefile index 40f0c50..166eb9b 100644 --- a/print/cups-smb-backend/Makefile +++ b/print/cups-smb-backend/Makefile @@ -19,6 +19,7 @@ PLIST_FILES= libexec/cups/backend/smb SAMBA_PORT?= samba36 SUB_FILES= pkg-message +NO_STAGE= yes do-install: ${LN} -fs ${PREFIX}/bin/smbspool ${PREFIX}/libexec/cups/backend/smb @${CAT} ${PKGMESSAGE} diff --git a/print/cups/Makefile b/print/cups/Makefile index cc26100..c23f3a6 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -17,4 +17,5 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} NO_BUILD= yes NO_INSTALL= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/deforaos-pdfviewer/Makefile b/print/deforaos-pdfviewer/Makefile index 08fe56b..ee55a85 100644 --- a/print/deforaos-pdfviewer/Makefile +++ b/print/deforaos-pdfviewer/Makefile @@ -23,4 +23,5 @@ USE_GNOME= gtk20 desktopfileutils PLIST_FILES= bin/pdfviewer \ share/applications/pdfviewer.desktop +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/detex/Makefile b/print/detex/Makefile index fba8fe0..915f46c 100644 --- a/print/detex/Makefile +++ b/print/detex/Makefile @@ -14,6 +14,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DNO_MALLOC_DECL -DHAVE_STRING_H" MAN1= detex.1 PLIST_FILES= bin/detex +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/detex ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${MAN1}l ${MANPREFIX}/man/man1/${MAN1} diff --git a/print/dk-acroread8/Makefile b/print/dk-acroread8/Makefile index aa9446a..a7e0f33 100644 --- a/print/dk-acroread8/Makefile +++ b/print/dk-acroread8/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dk-acroread8 -# Date created: 27 December 2007 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# PKGNAMEPREFIX= dk- @@ -12,4 +8,5 @@ DISTINFO_FILE= ${.CURDIR}/distinfo ADOBE_LANG= DAN +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/print/dot2tex/Makefile b/print/dot2tex/Makefile index af779b2..2fd896b 100644 --- a/print/dot2tex/Makefile +++ b/print/dot2tex/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dot2tex -# Date created: 2010-09-14 -# Whom: Romain Tartiere <romain@FreeBSD.org> -# +# Created by: Romain Tartiere <romain@FreeBSD.org> # $FreeBSD$ -# PORTNAME= dot2tex PORTVERSION= 2.8.7 @@ -22,4 +18,5 @@ USE_PYTHON= yes # The .tar.gz sucks! USE_ZIP= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/dvi2tty/Makefile b/print/dvi2tty/Makefile index 4938f71..cb3998c 100644 --- a/print/dvi2tty/Makefile +++ b/print/dvi2tty/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dvi2tty -# Date created: 17th February 1997 -# Whom: Joel Sutton <jsutton@bbcon.com.au> -# +# Created by: Joel Sutton <jsutton@bbcon.com.au> # $FreeBSD$ -# PORTNAME= dvi2tty PORTVERSION= 5.3.4 @@ -21,6 +17,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${STRIP}" MAN1= disdvi.1 dvi2tty.1 PLIST_FILES= bin/disdvi bin/dvi2tty +NO_STAGE= yes do-install: .for name in disdvi dvi2tty ${INSTALL_PROGRAM} ${WRKSRC}/${name} ${PREFIX}/bin diff --git a/print/dvipdfmx/Makefile b/print/dvipdfmx/Makefile index d8d2f3d..7b8d8c8 100644 --- a/print/dvipdfmx/Makefile +++ b/print/dvipdfmx/Makefile @@ -39,6 +39,7 @@ FONTCMAPDIR= ${TEXMFDIR}/fonts/cmap ADOBECMAPDIR= ${LOCALBASE}/share/fonts/adobe-cmaps MKTEXLSR= ${LOCALBASE}/bin/mktexlsr +NO_STAGE= yes post-install: ${MKDIR} ${LOCALBASE}/${FONTCMAPDIR} ${LN} -s -f ${ADOBECMAPDIR} \ diff --git a/print/dvips/Makefile b/print/dvips/Makefile index d884ada..d7522e1 100644 --- a/print/dvips/Makefile +++ b/print/dvips/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dvips -# Date created: 30 September 1994 -# Whom: jmz -# +# Created by: jmz # $FreeBSD$ -# PORTNAME= dvips PORTVERSION= 5.76 @@ -21,6 +17,7 @@ WRKSRC= ${WRKDIR}/dvips576/dvips IS_INTERACTIVE= yes MAN1= dvips.1 afm2tfm.1 +NO_STAGE= yes pre-install: @${MKDIR} ${PREFIX}/share/texmf diff --git a/print/dvips2ascii/Makefile b/print/dvips2ascii/Makefile index 99ba600..14684ab 100644 --- a/print/dvips2ascii/Makefile +++ b/print/dvips2ascii/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dvips2ascii -# Date created: 7 Aug 1997 -# Whom: eserte@cs.tu-berlin.de -# +# Created by: eserte@cs.tu-berlin.de # $FreeBSD$ -# PORTNAME= dvips2ascii PORTVERSION= 1.3 @@ -15,6 +11,7 @@ COMMENT= PostScript (created by dvips) to ASCII converter PLIST_FILES= bin/dvips2ascii +NO_STAGE= yes do-build: ${MV} ${WRKSRC}/dvips2ascii ${WRKSRC}/dvips2ascii.orig ${SED} -e 's;#!.*perl;#!${PERL};' \ diff --git a/print/dvipsk-tetex/Makefile b/print/dvipsk-tetex/Makefile index 9aa68a4..33eeb4a 100644 --- a/print/dvipsk-tetex/Makefile +++ b/print/dvipsk-tetex/Makefile @@ -89,6 +89,7 @@ PKGINSTALL_SUB= PAPERSIZE=${PAPERSIZE} \ # dvipsk is not compatible with -funroll-loops on 5.x CFLAGS:= ${CFLAGS:N-funroll-loops} +NO_STAGE= yes pre-build: ${SED} ${PKGINSTALL_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ < ${FILESDIR}/pkg-install.in > ${PKGINSTALL} diff --git a/print/dviselect/Makefile b/print/dviselect/Makefile index 1d6018c..793a83b 100644 --- a/print/dviselect/Makefile +++ b/print/dviselect/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dviselect -# Date created: 12 October 1994 -# Whom: jmz -# +# Created by: jmz # $FreeBSD$ -# PORTNAME= dviselect PORTVERSION= 1.3 @@ -22,4 +18,5 @@ SCRIPTS_ENV= CFLAGS="${CFLAGS}" MAN1= dviselect.1 PLIST_FILES= bin/dviselect +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/dvisvg/Makefile b/print/dvisvg/Makefile index 51f91e5..8d93161 100644 --- a/print/dvisvg/Makefile +++ b/print/dvisvg/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: dvisvg -# Date created: Apr 15, 2005 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= dvisvg DISTVERSION= 0.7.1d @@ -34,6 +29,7 @@ MKTEXLSR= ${LOCALBASE}/bin/mktexlsr PLIST_FILES= bin/dvisvg MAN1= dvisvg.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s,/usr/share/texmf,${LOCALBASE}/${TEXMFLOCAL}," ${WRKSRC}/version.h diff --git a/print/easylatex/Makefile b/print/easylatex/Makefile index 7c1d906..2e66bb1 100644 --- a/print/easylatex/Makefile +++ b/print/easylatex/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: easylatex -# Date created: 2006-02-15 -# Whom: Nicola Vitale <nivit@email.it> -# +# Created by: Nicola Vitale <nivit@email.it> # $FreeBSD$ -# PORTNAME= easylatex PORTVERSION= 0.080 @@ -20,6 +16,7 @@ RUN_DEPENDS= p5-Getopt-Declare>=0:${PORTSDIR}/devel/p5-Getopt-Declare NO_BUILD= yes USES= perl5 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,/usr/lib/easylatex,${DATADIR},' \ ${WRKSRC}/${PORTNAME}.pl diff --git a/print/enscript-a4/Makefile b/print/enscript-a4/Makefile index 15868cf..3f7392a 100644 --- a/print/enscript-a4/Makefile +++ b/print/enscript-a4/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: enscript (a4) -# Date created: 24 Jul, 1997 -# Whom: kline -# +# Created by: kline # $FreeBSD$ -# CONFLICTS= enscript-letter-* enscript-letterdj-* @@ -12,4 +8,5 @@ PS= A4 MASTERDIR= ${.CURDIR}/../enscript-letter +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/print/enscript-letter/Makefile b/print/enscript-letter/Makefile index 3af06d6..78acb34 100644 --- a/print/enscript-letter/Makefile +++ b/print/enscript-letter/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: enscript (letter) -# Date created: 24 Jul, 1997 -# Whom: kline -# +# Created by: kline # $FreeBSD$ -# PORTNAME= enscript PORTVERSION= 1.6.4 @@ -28,6 +24,7 @@ PAPERSIZE?= letter PS?= Letter .if (${PAPERSIZE} != a4 && ${PAPERSIZE} != letter && ${PAPERSIZE} != letterdj) +NO_STAGE= yes .BEGIN: @${ECHO} "Error: invalid value for PAPERSIZE: \"${PAPERSIZE}\"" @${ECHO} "Possible values are: a4, letter, or letterdj" diff --git a/print/enscript-letterdj/Makefile b/print/enscript-letterdj/Makefile index 47ed2a6..94cc70f 100644 --- a/print/enscript-letterdj/Makefile +++ b/print/enscript-letterdj/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: enscript (letterdj) -# Date created: 24 Jul, 1997 -# Whom: kline -# +# Created by: kline # $FreeBSD$ -# CONFLICTS= enscript-a4-* enscript-letter-* @@ -12,4 +8,5 @@ PS= Letterdj MASTERDIR= ${.CURDIR}/../enscript-letter +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/print/enscriptfonts/Makefile b/print/enscriptfonts/Makefile index 1f45e22..34149f2 100644 --- a/print/enscriptfonts/Makefile +++ b/print/enscriptfonts/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: enscriptfonts -# Date created: 15 June, 1998 -# Whom: kline -# +# Created by: kline # $FreeBSD$ -# PORTNAME= enscriptfonts PORTVERSION= 0.81 @@ -23,6 +19,7 @@ SUB_FILES+= pkg-message # user should choose their own version #RUN_DEPENDS= enscript:${PORTSDIR}/print/enscript-letter +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/share/enscript/xenscript @${CP} -p ${WRKDIR}/* ${PREFIX}/share/enscript/xenscript diff --git a/print/epsonepl/Makefile b/print/epsonepl/Makefile index 11c4efb..7b91fae 100644 --- a/print/epsonepl/Makefile +++ b/print/epsonepl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: epsonepl -# Date created: 14 February 2003 -# Whom: Simon 'corecode' Schubert <corecode@corecode.ath.cx> -# +# Created by: Simon 'corecode' Schubert <corecode@corecode.ath.cx> # $FreeBSD$ -# PORTNAME= epsonepl PORTVERSION= 0.2.2 @@ -22,6 +18,7 @@ LIB_DEPENDS= ijs.1:${PORTSDIR}/print/libijs MAKEFILE= ${FILESDIR}/Makefile +NO_STAGE= yes post-extract: @cd ${WRKSRC} && ${LS} ijs* | ${GREP} -v ${PORTNAME} | ${XARGS} ${RM} diff --git a/print/es-acroread8/Makefile b/print/es-acroread8/Makefile index 5e9e904..f2e1bed1 100644 --- a/print/es-acroread8/Makefile +++ b/print/es-acroread8/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: es-acroread8 -# Date created: 27 December 2007 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# PKGNAMEPREFIX= es- @@ -12,4 +8,5 @@ DISTINFO_FILE= ${.CURDIR}/distinfo ADOBE_LANG= ESP +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/print/examplep/Makefile b/print/examplep/Makefile index ced9e89..c8ba5c6 100644 --- a/print/examplep/Makefile +++ b/print/examplep/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: examplep -# Date created: 2012-05-11 -# Whom: Hiroto Kagotani <hiroto.kagotani@gmail.com> -# +# Created by: Hiroto Kagotani <hiroto.kagotani@gmail.com> # $FreeBSD$ PORTNAME= examplep @@ -25,6 +22,7 @@ MKTEXLSR= ${LOCALBASE}/bin/mktexlsr CLASSDIR= ${TEXMFDIR}/tex/latex/${PORTNAME} CLASS_FILES= ${PORTNAME}.sty codep.sty verbfwr.sty +NO_STAGE= yes do-build: pre-install: diff --git a/print/fi-acroread8/Makefile b/print/fi-acroread8/Makefile index ce421bb..b6c20fb 100644 --- a/print/fi-acroread8/Makefile +++ b/print/fi-acroread8/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fi-acroread8 -# Date created: 27 December 2007 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# PKGNAMEPREFIX= fi- @@ -12,4 +8,5 @@ DISTINFO_FILE= ${.CURDIR}/distinfo ADOBE_LANG= SUO +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/print/flpsed/Makefile b/print/flpsed/Makefile index d1c2503..bca46b2 100644 --- a/print/flpsed/Makefile +++ b/print/flpsed/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: flpsed -# Date created: 6 January 2005 -# Whom: Fernan Aguero <fernan@iib.unsam.edu.ar> -# +# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar> # $FreeBSD$ -# PORTNAME= flpsed PORTVERSION= 0.7.0 @@ -24,6 +20,7 @@ PLIST_FILES= bin/flpsed MAN1= flpsed.1 PORTDOCS= README +NO_STAGE= yes post-configure: @${FIND} -X ${WRKSRC} -type f -name Makefile | ${XARGS} \ ${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" diff --git a/print/font-amsfonts/Makefile b/print/font-amsfonts/Makefile index 7a46d99..66c618f 100644 --- a/print/font-amsfonts/Makefile +++ b/print/font-amsfonts/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: font-amsfonts -# Date created: June 13, 2011 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# PORTNAME= amsfonts PORTVERSION= 3.02 @@ -22,6 +18,7 @@ NO_BUILD= yes FONTSDIR= share/fonts/${PORTNAME} +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/${FONTSDIR} cd ${PREFIX}/${FONTSDIR} && ${TAR} -x -z -U --strip-components 1 -f \ diff --git a/print/font2svg/Makefile b/print/font2svg/Makefile index a8fa44c..2530322 100644 --- a/print/font2svg/Makefile +++ b/print/font2svg/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: font2svg -# Date created: Jan 10, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= font2svg PORTVERSION= 1.0 @@ -23,6 +18,7 @@ NO_BUILD= yes PLIST_FILES= bin/font2svg %%DATADIR%%/encodings %%DATADIR%%/font2svg.ps PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|^#!/bin/bash|#!/usr/bin/env bash| ; \ s|^font2svg_home=.*$$|font2svg_home=${DATADIR}|" \ diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index 0b4ac6c..5db4461 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -35,6 +35,7 @@ OPTIONS_DEFINE= DOCS MULTILAYER FREETYPE PLUGINS PYTHON CAIRO PANGO OPTIONS_DEFAULT= DOCS MULTILAYER PLUGINS MULTILAYER_DESC= type3/SVG multilayer font support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/print/foo2zjs/Makefile b/print/foo2zjs/Makefile index a3af762..4c645ec 100644 --- a/print/foo2zjs/Makefile +++ b/print/foo2zjs/Makefile @@ -112,6 +112,7 @@ XML_FILES= driver/foo2hiperc.xml \ EXTRACT_AFTER_ARGS+= --exclude '${FILES}' .endfor +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS|CFLAGS?|g' -e 's|^PREFIX|PREFIX?|g' ${WRKSRC}/icc2ps/Makefile diff --git a/print/foomatic-db-engine/Makefile b/print/foomatic-db-engine/Makefile index c57bf83..6c902cf 100644 --- a/print/foomatic-db-engine/Makefile +++ b/print/foomatic-db-engine/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: foomatic-db-engine -# Date created: 07 July 2003 -# Whom: Martin Ranne <gasp@ridcully.dnsalias.org> -# +# Created by: Martin Ranne <gasp@ridcully.dnsalias.org> # $FreeBSD$ -# PORTNAME= engine PORTVERSION= 4.0.7 @@ -36,6 +32,7 @@ MAN8= foomatic-preferred-driver.8 \ foomatic-kitload.8 foomatic-getpjloptions.8 \ foomatic-addpjloptions.8 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ "s,sysconfdir=/etc,sysconfdir=\'${PREFIX}/etc\',g ; \ diff --git a/print/foomatic-db-hpijs/Makefile b/print/foomatic-db-hpijs/Makefile index c8d4429..3b989b0 100644 --- a/print/foomatic-db-hpijs/Makefile +++ b/print/foomatic-db-hpijs/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: foomatic-db-hpijs -# Date created: 2005-09-17 -# Whom: Michael Nottebrock <lofi@FreeBSD.org> -# +# Created by: Michael Nottebrock <lofi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= foomatic-db-hpijs PORTVERSION= 1.4 @@ -21,6 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/foomatic/db/oldprinterids:${PORTSDIR}/print/foom GNU_CONFIGURE= yes USE_GMAKE= yes +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/configure diff --git a/print/foomatic-db/Makefile b/print/foomatic-db/Makefile index 5f466d2..0f4ce6c 100644 --- a/print/foomatic-db/Makefile +++ b/print/foomatic-db/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: foomatic-db -# Date created: 01 March 2003 -# Whom: Dima Dorfman <dima@unixfreak.org> -# +# Created by: Dima Dorfman <dima@unixfreak.org> # $FreeBSD$ -# PORTNAME= db PORTVERSION= 20090530 @@ -31,6 +27,7 @@ GNU_CONFIGURE= yes FOOMATICVER= 4.0 WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} +NO_STAGE= yes pre-configure: @cd ${WRKSRC} && ${ACLOCAL} && ${AUTOCONF} diff --git a/print/foomatic-filters/Makefile b/print/foomatic-filters/Makefile index 61d522e..0f0113f 100644 --- a/print/foomatic-filters/Makefile +++ b/print/foomatic-filters/Makefile @@ -44,6 +44,7 @@ MPAGE_DESC= Print multiple pages per sheet of paper MAN1= foomatic-rip.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCUPS_IMAGE} diff --git a/print/foxitreader/Makefile b/print/foxitreader/Makefile index 308edb5..aaa4560 100644 --- a/print/foxitreader/Makefile +++ b/print/foxitreader/Makefile @@ -29,6 +29,7 @@ USE_LINUX_APPS= cups-libs gtk2 WRKSRC= ${WRKDIR}/${PORTVERSION:R}-release +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/print/fpdf/Makefile b/print/fpdf/Makefile index 9664a96..2777540 100644 --- a/print/fpdf/Makefile +++ b/print/fpdf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fpdf -# Date created: 21 March 2005 -# Whom: Thierry Thomas <thierry@pompo.net> -# +# Created by: Thierry Thomas <thierry@pompo.net> # $FreeBSD$ -# PORTNAME= fpdf PORTVERSION= 1.7 @@ -31,6 +27,7 @@ PLIST_SUB= FPDF_DIR=${FPDF_DIR} EXT2CNV= afm css htm php txt DOCS= FAQ.htm changelog.htm doc fpdf.css install.txt license.txt tutorial +NO_STAGE= yes do-fetch: @if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \ ${FETCH_CMD} ${FETCH_BEFORE_ARGS} \ diff --git a/print/freetype-tools/Makefile b/print/freetype-tools/Makefile index db51910..6877b3f 100644 --- a/print/freetype-tools/Makefile +++ b/print/freetype-tools/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: print/freetype-tools -# Date created: Jul 29, 2005 -# Whom: rafan@infor.org -# +# Created by: rafan@infor.org # $FreeBSD$ -# PORTNAME= freetype-tools PORTVERSION= 1.3.1 @@ -35,6 +31,7 @@ MAN1= ttf2bdf.1 ttf2tfm.1 ttf2pk.1 PORTSCOUT= limit:^1\. +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure diff --git a/print/freetype/Makefile b/print/freetype/Makefile index ea14409..b16f67d 100644 --- a/print/freetype/Makefile +++ b/print/freetype/Makefile @@ -21,6 +21,7 @@ CONFIGURE_ARGS= --disable-nls --enable-static --enable-shared PORTSCOUT= limit:^1\. +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure diff --git a/print/freetype2/Makefile b/print/freetype2/Makefile index 46f1507..c8e966b 100644 --- a/print/freetype2/Makefile +++ b/print/freetype2/Makefile @@ -30,6 +30,7 @@ OPTIONS_DEFINE= LCD_FILTERING PNG LCD_FILTERING_DESC?= Sub-pixel rendering (patented) PNG_DESC= Png compressed OpenType embedded bitmaps support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLCD_FILTERING} diff --git a/print/frescobaldi/Makefile b/print/frescobaldi/Makefile index e48cb9d..477d432 100644 --- a/print/frescobaldi/Makefile +++ b/print/frescobaldi/Makefile @@ -22,4 +22,5 @@ USE_KDE4= kdeprefix kdelibs pykde4_build pykde4_run USE_PYTHON= 2.6+ USE_PYDISTUTILS=yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/ft2demos/Makefile b/print/ft2demos/Makefile index ecef7da..39f2011 100644 --- a/print/ft2demos/Makefile +++ b/print/ft2demos/Makefile @@ -25,6 +25,7 @@ PLIST_FILES= ${FT_PROGRAMS:S,^,bin/,} FT_PROGRAMS= ftbench ftchkwd ftdiff ftdump ftgamma ftgrid ftlint ftmemchk \ ftmulti ftpatchk ftstring fttimer ftvalid ftview +NO_STAGE= yes .include <bsd.port.pre.mk> FREETYPE_WRKSRC!= cd ${PORTSDIR}/print/freetype2; ${MAKE} -V WRKSRC diff --git a/print/ggv/Makefile b/print/ggv/Makefile index 2a82a49..81faf10 100644 --- a/print/ggv/Makefile +++ b/print/ggv/Makefile @@ -23,6 +23,7 @@ LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= ggv.schemas +NO_STAGE= yes post-install: @-update-desktop-database > /dev/null diff --git a/print/ghostscript7-commfont/Makefile b/print/ghostscript7-commfont/Makefile index 09d0f9d..e0be9cd 100644 --- a/print/ghostscript7-commfont/Makefile +++ b/print/ghostscript7-commfont/Makefile @@ -37,6 +37,7 @@ GS_RESDIR?= share/ghostscript/Resource post-extract: apply-slist +NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} diff --git a/print/ghostscript7-jpnfont/Makefile b/print/ghostscript7-jpnfont/Makefile index 4dd3b0e..ae9fb8a 100644 --- a/print/ghostscript7-jpnfont/Makefile +++ b/print/ghostscript7-jpnfont/Makefile @@ -20,6 +20,7 @@ USE_GHOSTSCRIPT_RUN= 7 NO_BUILD= yes DEPENDS_ARGS+= -DA4 +NO_STAGE= yes do-install: @${DO_NADA} diff --git a/print/ghostscript7-korfont/Makefile b/print/ghostscript7-korfont/Makefile index 486bc52..44f4165 100644 --- a/print/ghostscript7-korfont/Makefile +++ b/print/ghostscript7-korfont/Makefile @@ -20,6 +20,7 @@ USE_GHOSTSCRIPT_RUN= 7 NO_BUILD= yes DEPENDS_ARGS+= -DA4 +NO_STAGE= yes do-install: @${DO_NADA} diff --git a/print/ghostscript7-nox11/Makefile b/print/ghostscript7-nox11/Makefile index 0d4a874..6af0797 100644 --- a/print/ghostscript7-nox11/Makefile +++ b/print/ghostscript7-nox11/Makefile @@ -5,4 +5,5 @@ WITHOUT_X11= yes MASTERDIR= ${.CURDIR}/../ghostscript7 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index 257df7a..60abe19 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/Makefile @@ -69,6 +69,7 @@ MLINKS= gslp.1 gsbj.1 \ ps2pdf.1 ps2pdf13.1 \ ps2ps.1 eps2eps.1 +NO_STAGE= yes post-extract-all: ${LN} -sf ${WRKDIR}/${DISTNAME} ${WRKDIR}/${PORTNAME} diff --git a/print/ghostscript8-nox11/Makefile b/print/ghostscript8-nox11/Makefile index d2ce0e8..d4121bb 100644 --- a/print/ghostscript8-nox11/Makefile +++ b/print/ghostscript8-nox11/Makefile @@ -5,4 +5,5 @@ OPTIONS_UNSET= X11 MASTERDIR= ${.CURDIR}/../ghostscript8 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index af7c3b6..a6e93e9 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -92,6 +92,7 @@ MLINKS= gslp.1 gsbj.1 \ CIDFONTDIR= ${DATADIR}/${PORTVERSION}/Resource EXCLUDE_DIRS= jbig2dec jpeg expat jasper libpng tiff zlib +NO_STAGE= yes .include "Makefile.drivers" .include <bsd.port.options.mk> diff --git a/print/ghostscript9-agpl-nox11/Makefile b/print/ghostscript9-agpl-nox11/Makefile index 2a5d7b6..0a22416 100644 --- a/print/ghostscript9-agpl-nox11/Makefile +++ b/print/ghostscript9-agpl-nox11/Makefile @@ -4,4 +4,5 @@ OPTIONS_UNSET= X11 MASTERDIR= ${.CURDIR}/../ghostscript9-agpl +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/print/ghostscript9-agpl/Makefile b/print/ghostscript9-agpl/Makefile index 600172f..494bb38 100644 --- a/print/ghostscript9-agpl/Makefile +++ b/print/ghostscript9-agpl/Makefile @@ -93,6 +93,7 @@ MLINKS= gslp.1 gsbj.1 \ EXCLUDE_DIRS= freetype jbig2dec jpeg expat jasper lcms libpng tiff zlib +NO_STAGE= yes .include "Makefile.drivers" .include <bsd.port.options.mk> diff --git a/print/ghostscript9-nox11/Makefile b/print/ghostscript9-nox11/Makefile index 9aa91cd..5fa2e97 100644 --- a/print/ghostscript9-nox11/Makefile +++ b/print/ghostscript9-nox11/Makefile @@ -4,4 +4,5 @@ OPTIONS_UNSET= X11 MASTERDIR= ${.CURDIR}/../ghostscript9 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/print/ghostscript9/Makefile b/print/ghostscript9/Makefile index 0c4bff2..519a450 100644 --- a/print/ghostscript9/Makefile +++ b/print/ghostscript9/Makefile @@ -96,6 +96,7 @@ MLINKS= gslp.1 gsbj.1 \ EXCLUDE_DIRS= freetype jbig2dec jpeg expat jasper lcms lcms2 libpng tiff zlib +NO_STAGE= yes .include "Makefile.drivers" .include <bsd.port.options.mk> diff --git a/print/ghostview/Makefile b/print/ghostview/Makefile index b165287..3e18b17 100644 --- a/print/ghostview/Makefile +++ b/print/ghostview/Makefile @@ -22,6 +22,7 @@ MAN1= ghostview.1 PLIST_FILES= bin/ghostview \ lib/X11/app-defaults/Ghostview +NO_STAGE= yes post-install: @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL diff --git a/print/gimp-gutenprint/Makefile b/print/gimp-gutenprint/Makefile index 1a6bb4d..46342da 100644 --- a/print/gimp-gutenprint/Makefile +++ b/print/gimp-gutenprint/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: gutenprint-gimp -# Date created: 2006-12-31 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/print/gimp-gutenprint/Makefile,v 1.5 2007/10/24 21:05:40 ahze Exp $ @@ -19,4 +16,5 @@ MASTERDIR= ${.CURDIR}/../../print/gutenprint-base GUT_SLAVE= gimp PLIST= ${.CURDIR}/pkg-plist +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/print/gl2ps/Makefile b/print/gl2ps/Makefile index bc91371..5b588b9 100644 --- a/print/gl2ps/Makefile +++ b/print/gl2ps/Makefile @@ -15,6 +15,7 @@ USE_XORG= x11 xmu xi USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-source +NO_STAGE= yes pre-build: @${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile diff --git a/print/gnome-cups-manager/Makefile b/print/gnome-cups-manager/Makefile index 7a33c3a..4f46644 100644 --- a/print/gnome-cups-manager/Makefile +++ b/print/gnome-cups-manager/Makefile @@ -27,6 +27,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${SED} -e 's|%%PREFIX%%|${PREFIX}|' \ < ${FILESDIR}/gnome-cups-manager.desktop \ diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index 88f21b3..e8b7df6 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnomeprint -# Date created: 15 Jan 1999 -# Whom: Vanilla I. Shu <vanilla@FreeBSD.org> -# +# Created by: Vanilla I. Shu <vanilla@FreeBSD.org> # $FreeBSD$ # $MCom: ports/print/gnome-print/Makefile,v 1.6 2007/09/24 19:40:45 mezz Exp $ -# PORTNAME= gnome-print PORTVERSION= 0.37 @@ -33,6 +29,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-install: @${TOUCH} ${PREFIX}/etc/gnome/fonts/gnome-print-x11.fontmap diff --git a/print/gnome-specimen/Makefile b/print/gnome-specimen/Makefile index 4b9cade..be15d68 100644 --- a/print/gnome-specimen/Makefile +++ b/print/gnome-specimen/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnome-specimen -# Date created: 2010-08-08 -# Whom: Steve Wills <steve@mouf.net> -# +# Created by: Steve Wills <steve@mouf.net> # $FreeBSD$ -# PORTNAME= gnome-specimen PORTVERSION= 0.4 @@ -24,6 +20,7 @@ USE_AUTOTOOLS= automake:env autoconf:env INSTALLS_ICONS= yes +NO_STAGE= yes .include <bsd.port.pre.mk> pre-configure: diff --git a/print/gnomephotoprinter/Makefile b/print/gnomephotoprinter/Makefile index da87b55..d09c572 100644 --- a/print/gnomephotoprinter/Makefile +++ b/print/gnomephotoprinter/Makefile @@ -18,4 +18,5 @@ USES= gettext gmake pkgconfig GNU_CONFIGURE= yes INSTALLS_ICONS= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/gribouy/Makefile b/print/gribouy/Makefile index b8549d36..dce7e0b 100644 --- a/print/gribouy/Makefile +++ b/print/gribouy/Makefile @@ -17,4 +17,5 @@ USES= gmake pkgconfig USE_GNOME= gnomeprefix gnomehack libglade2 libgnomeui GNU_CONFIGURE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/gsfonts/Makefile b/print/gsfonts/Makefile index f9fb9e7..add7bc7 100644 --- a/print/gsfonts/Makefile +++ b/print/gsfonts/Makefile @@ -28,6 +28,7 @@ CJKFONTS?= std.ja_JP/Ryumin-Light \ std.zh_CN/STSong-Light \ std.zh_CN/MSung-Light +NO_STAGE= yes do-install: ${MKDIR} ${FONTSDIR} cd ${WRKSRC}/fonts && \ diff --git a/print/gspdf/Makefile b/print/gspdf/Makefile index 91c866e..bc07c34 100644 --- a/print/gspdf/Makefile +++ b/print/gspdf/Makefile @@ -18,4 +18,5 @@ USE_GHOSTSCRIPT= yes MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/gsview/Makefile b/print/gsview/Makefile index 5ba8559..4ce6b51 100644 --- a/print/gsview/Makefile +++ b/print/gsview/Makefile @@ -32,6 +32,7 @@ PORTDOCS= gsview.css cdorder.txt regorder.txt Readme.htm LICENCE \ gvxit.htm gvxnl.htm gvxru.htm gvxse.htm gvxsk.htm SUB_FILES= pkg-message +NO_STAGE= yes post-patch: ${CP} ${WRKSRC}/srcunx/unx.mak ${WRKSRC}/Makefile ${REINPLACE_CMD} -e 's;malloc\.h;stdlib\.h;g' \ diff --git a/print/gtklp/Makefile b/print/gtklp/Makefile index 95eeec7..a35e193 100644 --- a/print/gtklp/Makefile +++ b/print/gtklp/Makefile @@ -25,6 +25,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= gtklp.1 gtklpq.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/print/guitartex/Makefile b/print/guitartex/Makefile index 441b0b2..df01a43 100644 --- a/print/guitartex/Makefile +++ b/print/guitartex/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk \ USES= perl5 NO_BUILD= yes +NO_STAGE= yes do-configure: @${REINPLACE_CMD} -e 's!/usr/local/lib/guitartex!${DATADIR}!g' ${WRKSRC}/gtx2tex.pl @${REINPLACE_CMD} -e 's!/usr/local/lib/guitartex!${DATADIR}!g' ${WRKSRC}/guitartex.pl diff --git a/print/gutenprint-base/Makefile b/print/gutenprint-base/Makefile index 6430772..4bf19e1 100644 --- a/print/gutenprint-base/Makefile +++ b/print/gutenprint-base/Makefile @@ -25,6 +25,7 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include -I${PREFIX}/include LDFLAGS+= -L${LOCALBASE}/lib -L${PREFIX}/lib +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${SLAVE_PORT}=="yes" diff --git a/print/gutenprint-cups/Makefile b/print/gutenprint-cups/Makefile index 26abb19..361918b 100644 --- a/print/gutenprint-cups/Makefile +++ b/print/gutenprint-cups/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: gutenprint-cups -# Date created: 2007-03-27 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/print/gutenprint-cups/Makefile,v 1.1 2007/03/30 16:42:47 ahze Exp $ @@ -19,4 +16,5 @@ MASTERDIR= ${.CURDIR}/../../print/gutenprint-base GUT_SLAVE= cups PLIST= ${.CURDIR}/pkg-plist +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/print/gutenprint-foomatic/Makefile b/print/gutenprint-foomatic/Makefile index aa57db7..47b80bd 100644 --- a/print/gutenprint-foomatic/Makefile +++ b/print/gutenprint-foomatic/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: gutenprint-foomatic -# Date created: 2007-03-30 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/print/gutenprint-foomatic/Makefile,v 1.1 2007/03/30 16:42:47 ahze Exp $ @@ -19,4 +16,5 @@ MASTERDIR= ${.CURDIR}/../../print/gutenprint-base GUT_SLAVE= foomatic PLIST= ${.CURDIR}/pkg-plist +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/print/gutenprint-ijs/Makefile b/print/gutenprint-ijs/Makefile index 241eb26..722da36 100644 --- a/print/gutenprint-ijs/Makefile +++ b/print/gutenprint-ijs/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: gutenprint-ijs -# Date created: 2007-03-27 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/print/gutenprint-ijs/Makefile,v 1.1 2007/03/30 16:42:47 ahze Exp $ @@ -18,4 +15,5 @@ MASTERDIR= ${.CURDIR}/../../print/gutenprint-base GUT_SLAVE= ijs PLIST= ${.CURDIR}/pkg-plist +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/print/gutenprint/Makefile b/print/gutenprint/Makefile index a80ac94..364dc03 100644 --- a/print/gutenprint/Makefile +++ b/print/gutenprint/Makefile @@ -1,10 +1,6 @@ -# ports collection makefile for: gimp-print -# Date Created: 2002 01 02 -# Whom: dgilbert@velocet.ca -# +# Created by: dgilbert@velocet.ca # $FreeBSD$ # $MCom: ports/print/gutenprint/Makefile,v 1.8 2007/04/03 17:42:21 ahze Exp $ -# PORTNAME= gutenprint PORTVERSION= 5.2.8 @@ -27,6 +23,7 @@ FOOMATIC_DESC= Foomatic data files NO_BUILD= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MCUPS} diff --git a/print/gv/Makefile b/print/gv/Makefile index aa652df..f5ead7f 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -1,4 +1,4 @@ -# Created by: tg@freebsd.org +# Created by: tg@FreeBSD.org # $FreeBSD$ PORTNAME= gv @@ -34,6 +34,7 @@ PLIST_FILES= bin/gv \ PLIST_DIRS= %%DATADIR%%/safe-gs-workdir \ %%DATADIR%% +NO_STAGE= yes post-install: @${TOUCH} ${DATADIR}/safe-gs-workdir/.keep_me diff --git a/print/harfbuzz/Makefile b/print/harfbuzz/Makefile index de46e1a..61afdfb 100644 --- a/print/harfbuzz/Makefile +++ b/print/harfbuzz/Makefile @@ -20,6 +20,7 @@ USE_GNOME= cairo glib20 ltverhack USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --with-graphite2 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 1000024 diff --git a/print/hp2xx/Makefile b/print/hp2xx/Makefile index cff156d..d07ab9a 100644 --- a/print/hp2xx/Makefile +++ b/print/hp2xx/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: hp2xx -# Date created: 17 Jan 1999 -# Whom: Lars Koeller -# +# Created by: Lars Koeller # $FreeBSD$ -# PORTNAME= hp2xx PORTVERSION= 3.4.4 @@ -39,4 +35,5 @@ LDFLAGS+= -L${LOCALBASE}/lib -lX11 PREVIEWER= to_x11 .endif +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/hpijs/Makefile b/print/hpijs/Makefile index 85d043e..dadc307 100644 --- a/print/hpijs/Makefile +++ b/print/hpijs/Makefile @@ -24,6 +24,7 @@ OPTIONS_DEFINE= CUPS DOCS FOOMATIC OPTIONS_DEFAULT= CUPS FOOMATIC FOOMATIC_DESC= Install foomatic-rip and PPD files +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCUPS} || ${PORT_OPTIONS:MFOOMATIC} diff --git a/print/hplip-plugin/Makefile b/print/hplip-plugin/Makefile index f217d1d..1c77355 100644 --- a/print/hplip-plugin/Makefile +++ b/print/hplip-plugin/Makefile @@ -22,6 +22,7 @@ WRKSRC= ${WRKDIR}/plugin_tmp ONLY_FOR_ARCHS= amd64 i386 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "i386" diff --git a/print/hplip/Makefile b/print/hplip/Makefile index 21a4cfb..253da7b 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -81,6 +81,7 @@ SNMP_DESC= Network/JetDirect support SCAN_DESC= Scanning support XSANE_DESC= Install XSane for scanning (requires SCAN) +NO_STAGE= yes .include <bsd.port.options.mk> USB_INCLUDE= /usr/include diff --git a/print/hs-hscolour/Makefile b/print/hs-hscolour/Makefile index 1ecffa6..3e8e0f8 100644 --- a/print/hs-hscolour/Makefile +++ b/print/hs-hscolour/Makefile @@ -14,5 +14,6 @@ LICENSE= GPLv2 EXECUTABLE= HsColour +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/print/html2latex/Makefile b/print/html2latex/Makefile index 7c3475c..dac971c 100644 --- a/print/html2latex/Makefile +++ b/print/html2latex/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: html2latex -# Date created: 29-March-1996 -# Whom: joerg -# +# Created by: joerg # $FreeBSD$ -# PORTNAME= html2latex PORTVERSION= 0.9c @@ -19,4 +15,5 @@ MAN1= html2latex.1 MANCOMPRESSED= yes PLIST_FILES= bin/html2latex +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/html2ps/Makefile b/print/html2ps/Makefile index c583077..336a07f3 100644 --- a/print/html2ps/Makefile +++ b/print/html2ps/Makefile @@ -34,6 +34,7 @@ PLIST_FILES= bin/html2ps \ %%DATADIR%%/hyphen.tex PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|exec perl|exec ${PERL}| ; \ diff --git a/print/hyperlatex/Makefile b/print/hyperlatex/Makefile index 6d3c320..db144fa 100644 --- a/print/hyperlatex/Makefile +++ b/print/hyperlatex/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Hyperlatex -# Date created: 2 August 1994 -# Whom: Robert Withrow <witr@rwwa.com> -# +# Created by: Robert Withrow <witr@rwwa.com> # $FreeBSD$ -# PORTNAME= Hyperlatex DISTVERSION= 2.9a @@ -23,6 +19,7 @@ EMACS_PORT_NAME?= emacs21 LATEX_DIR= ${PREFIX}/share/texmf/tex/latex/hyperlatex HYPERLATEX_DIR= ${PREFIX}/share/hyperlatex +NO_STAGE= yes do-configure: @(cd ${WRKSRC} && \ ${REINPLACE_CMD} -e 's|http://www.cs.uu.nl/\\~{}otfried/img/||' hlx/siteinit.hlx && \ diff --git a/print/ifxetex/Makefile b/print/ifxetex/Makefile index 11666a5..26d7dc8 100644 --- a/print/ifxetex/Makefile +++ b/print/ifxetex/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: ifxetex -# Date created: 2008-09-24 -# Whom: Martin Dieringer <martin.dieringer@gmx.de> -# +# Created by: Martin Dieringer <martin.dieringer@gmx.de> # $FreeBSD$ PORTNAME= ifxetex @@ -26,6 +23,7 @@ MKTEXLSR= ${LOCALBASE}/bin/mktexlsr CLASSDIR= ${TEXMFDIR}/tex/latex/${PORTNAME} CLASS_FILES= ${PORTNAME}.sty +NO_STAGE= yes do-build: cd ${WRKSRC} && latex ${PORTNAME}.ins diff --git a/print/it-acroread8/Makefile b/print/it-acroread8/Makefile index 01ff869..e1d60e1 100644 --- a/print/it-acroread8/Makefile +++ b/print/it-acroread8/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: it-acroread8 -# Date created: 27 December 2007 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# PKGNAMEPREFIX= it- @@ -12,4 +8,5 @@ DISTINFO_FILE= ${.CURDIR}/distinfo ADOBE_LANG= ITA +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/print/jabref/Makefile b/print/jabref/Makefile index b1f01df..fcf3bbf 100644 --- a/print/jabref/Makefile +++ b/print/jabref/Makefile @@ -30,6 +30,7 @@ SUB_LIST= JARNAME=${PORTNAME}.jar USE_GNOME= desktopfileutils +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${DATADIR}/${PORTNAME}.jar diff --git a/print/jadetex/Makefile b/print/jadetex/Makefile index 3f8ea98..b5a2118 100644 --- a/print/jadetex/Makefile +++ b/print/jadetex/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jadetex -# Date created: 5 December 1998 -# Whom: Sean Kelly <kelly@ad1440.net> -# +# Created by: Sean Kelly <kelly@ad1440.net> # $FreeBSD$ -# PORTNAME= jadetex PORTVERSION= 3.13 @@ -26,6 +22,7 @@ MAN1= jadetex.1 pdfjadetex.1 TEXMFDIR?= ${LOCALBASE}/share/texmf +NO_STAGE= yes do-install: ${MKDIR} -m 555 ${TEXMFDIR}/tex/jadetex cd ${WRKSRC} && \ diff --git a/print/kde4-print-manager/Makefile b/print/kde4-print-manager/Makefile index 773253f..24323c1 100644 --- a/print/kde4-print-manager/Makefile +++ b/print/kde4-print-manager/Makefile @@ -17,4 +17,5 @@ USE_KDE4= kdehier kdelibs kdeprefix automoc4 USE_QT4= network qmake_build moc_build uic_build rcc_build USE_XZ= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/kde_poster/Makefile b/print/kde_poster/Makefile index 0ac63e4..91cad06 100644 --- a/print/kde_poster/Makefile +++ b/print/kde_poster/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: poster -# Date created: 7 March 2008 -# Whom: Bruce M. Simpson <bms@FreeBSD.org> -# +# Created by: Bruce M. Simpson <bms@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde_poster PORTVERSION= 1.0 @@ -26,6 +22,7 @@ CONFLICTS?= poster-[0-9]* MAN1= poster.1 PLIST_FILES= bin/poster +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin @${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.1 ${PREFIX}/man/man1/ diff --git a/print/kover/Makefile b/print/kover/Makefile index b1d415f..a6f8abb 100644 --- a/print/kover/Makefile +++ b/print/kover/Makefile @@ -23,6 +23,7 @@ USES= cmake gettext perl5 pkgconfig MAN1= kover.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ '/libcdio/s|>=.*)|)|' ${WRKSRC}/src/CMakeLists.txt diff --git a/print/kpdftool/Makefile b/print/kpdftool/Makefile index 9321451..80ff746 100644 --- a/print/kpdftool/Makefile +++ b/print/kpdftool/Makefile @@ -20,6 +20,7 @@ USE_GHOSTSCRIPT_RUN= yes DESKTOP_ENTRIES= "KPDFTool" "${COMMENT}" "kpdftool" \ "kpdftool" "Qt;Utility;" false +NO_STAGE= yes do-configure: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ ${QMAKE} ${QMAKEFLAGS} ${QMAKE_ARGS} diff --git a/print/latex-aa/Makefile b/print/latex-aa/Makefile index 8021c26..844c729 100644 --- a/print/latex-aa/Makefile +++ b/print/latex-aa/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: print/latex-aa -# Date created: 13 November 2007 -# Whom: Koji Yokota (yokota@res.otaru-uc.ac.jp) -# +# Created by: Koji Yokota (yokota@res.otaru-uc.ac.jp) # $FreeBSD$ -# PORTNAME= latex-aa PORTVERSION= 6.1 @@ -27,6 +23,7 @@ AABIBDIR= bibtex/bst/aa AADOCSDIR= doc/latex/aa DOCFILES= aa.dem aa.dvi aa.pdf aadoc.pdf readme.html readme.txt +NO_STAGE= yes pre-install: ( cd ${WRKSRC}/${DISTNAME} && \ latex aa.dem && latex aa.dem && dvips aa.dvi && ps2pdf aa.ps ) diff --git a/print/latex-aastex/Makefile b/print/latex-aastex/Makefile index 5d4cced..50f8f30 100644 --- a/print/latex-aastex/Makefile +++ b/print/latex-aastex/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: print/latex-aastex -# Date created: 14 November 2007 -# Whom: Koji Yokota (yokota@res.otaru-uc.ac.jp) -# +# Created by: Koji Yokota (yokota@res.otaru-uc.ac.jp) # $FreeBSD$ -# PORTNAME= latex-aastex PORTVERSION= 5.2 @@ -30,6 +26,7 @@ PSDOCS= aasguide.ps aassymbols.ps TXTDOCS= README MKTEXLSR= ${LOCALBASE}/bin/mktexlsr +NO_STAGE= yes pre-install: .for _DVIDOC in ${DVIDOCS} ( cd ${WRKSRC}/${DISTNAME} && \ diff --git a/print/latex-acm/Makefile b/print/latex-acm/Makefile index 1dd6169..123d82d 100644 --- a/print/latex-acm/Makefile +++ b/print/latex-acm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: latex-acm -# Date created: Jan 25 2011 -# Whom: Eygene Ryabinkin <rea@FreeBSD.org> -# +# Created by: Eygene Ryabinkin <rea@FreeBSD.org> # $FreeBSD$ -# PORTNAME= latex-acm PORTVERSION= 1.1 @@ -42,6 +38,7 @@ PLIST_DIRS= ${LATEXDIR} ${BIBTEXDIR} PLIST_SUB= MKTEXLSR=${MKTEXLSR} \ TEXMFLOCAL=${TEXMFLOCAL} +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/${LATEXDIR} ${INSTALL_DATA} ${CLASS_FILES:S@^@${WRKSRC}/@} ${PREFIX}/${LATEXDIR} diff --git a/print/latex-arydshln/Makefile b/print/latex-arydshln/Makefile index 4a6e1ee..745720c 100644 --- a/print/latex-arydshln/Makefile +++ b/print/latex-arydshln/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: latex-arydshln -# Date created: 24 Jan 2004 -# Whom: hrs@FreeBSD.org -# +# Created by: hrs@FreeBSD.org # $FreeBSD$ PORTNAME= latex-arydshln @@ -31,6 +28,7 @@ CLASSDIR= ${TEXMFLOCAL}/tex/latex/${PORTNAME:S/^latex-//} CLASS_FILES= arydshln.dtx arydshln.ins arydshln.sty arydshln-man.tex DOC_FILES= README arydshln-man.pdf +NO_STAGE= yes do-extract: ${MKDIR} ${WRKSRC} cd ${DISTDIR}/${DIST_SUBDIR} && ${CP} ${DISTFILES} ${WRKSRC} diff --git a/print/latex-auto-greek/Makefile b/print/latex-auto-greek/Makefile index d094d54a..561003f 100644 --- a/print/latex-auto-greek/Makefile +++ b/print/latex-auto-greek/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: latex-auto-greek -# Date created: 13 March 2005 -# Whom: EelVex -# +# Created by: EelVex # $FreeBSD$ PORTNAME= latex-auto-greek @@ -50,6 +47,7 @@ ENC_FILES= greek.enc HYPH_FILES= grushyph.tex MAP_INC= updmap.inc +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/${CLASSDIR} ${MKDIR} ${PREFIX}/${PFFONTDIR} diff --git a/print/latex-beamer/Makefile b/print/latex-beamer/Makefile index f30ab79..ba471e2 100644 --- a/print/latex-beamer/Makefile +++ b/print/latex-beamer/Makefile @@ -24,6 +24,7 @@ CLASS_SUBDIRS= base emulation emacs examples extensions lyx themes DOC_SUBDIRS= AUTHORS ChangeLog FILES INSTALL README TODO \ doc solutions +NO_STAGE= yes pre-install: ${RM} -f ${PLIST} ${TOUCH} ${PLIST} diff --git a/print/latex-biblatex/Makefile b/print/latex-biblatex/Makefile index 32f20dc..a96c62d 100644 --- a/print/latex-biblatex/Makefile +++ b/print/latex-biblatex/Makefile @@ -40,6 +40,7 @@ WRKSRC= ${WRKDIR}/${CLASSNAME} OPTIONS_DEFINE= BIBTEXT8_CSF DOCS BIBTEXT8_CSF_DESC= BibTeX8 sort definition files +NO_STAGE= yes .include <bsd.port.options.mk> pre-install: diff --git a/print/latex-biblist/Makefile b/print/latex-biblist/Makefile index 9def804..e6b140f 100644 --- a/print/latex-biblist/Makefile +++ b/print/latex-biblist/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: latex-biblist -# Date created: 24 Jan 2004 -# Whom: hrs@FreeBSD.org -# +# Created by: hrs@FreeBSD.org # $FreeBSD$ PORTNAME= latex-biblist @@ -31,6 +28,7 @@ CLASS_FILES= biblist.sty biblist.gde biblist.bst-dist DOC_FILES= README +NO_STAGE= yes pre-install: (for F in ${CLASS_FILES}; do \ ${ECHO_CMD} "${CLASSDIR}/$${F}"; \ diff --git a/print/latex-bytefield/Makefile b/print/latex-bytefield/Makefile index eb705ea..91d0310 100644 --- a/print/latex-bytefield/Makefile +++ b/print/latex-bytefield/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: latex-bytefield -# Date created: 24 Jan 2004 -# Whom: hrs@FreeBSD.org -# +# Created by: hrs@FreeBSD.org # $FreeBSD$ PORTNAME= latex-bytefield @@ -30,6 +27,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME:S/^latex-//} CLASS_FILES= bytefield.dtx bytefield.sty bytefield.ins PORTDOCS= README bytefield.pdf example.pdf example.tex +NO_STAGE= yes do-extract: ${MKDIR} ${WRKSRC} cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} ${DISTFILES} ${WRKSRC} diff --git a/print/latex-caption/Makefile b/print/latex-caption/Makefile index 12b8a29..9a76f1a 100644 --- a/print/latex-caption/Makefile +++ b/print/latex-caption/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: latex-caption -# Date created: 24 Jan 2004 -# Whom: hrs@FreeBSD.org -# +# Created by: hrs@FreeBSD.org # $FreeBSD$ PORTNAME= latex-caption @@ -41,6 +38,7 @@ PORTDOCS= README caption.pdf caption2.pdf \ caption-eng.tex caption-deu.tex caption-rus.tex \ cat.eps elephant.eps +NO_STAGE= yes do-extract: ${MKDIR} ${WRKSRC} cd ${DISTDIR}/${DIST_SUBDIR} && ${CP} ${DISTFILES} ${WRKSRC} diff --git a/print/latex-chapterfolder/Makefile b/print/latex-chapterfolder/Makefile index 54d5f6e..68e6423 100644 --- a/print/latex-chapterfolder/Makefile +++ b/print/latex-chapterfolder/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: latex-chapterfolder -# Date created: 16 July 2011 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ PORTNAME= chapterfolder @@ -37,6 +34,7 @@ SRC_FILES= chapterfolder.dtx chapterfolder.ins CLASS_FILES= chapterfolder.sty PORTDOCS= chapterfolder.pdf +NO_STAGE= yes do-extract: ${MKDIR} ${WRKSRC} cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} ${DISTFILES} ${WRKSRC} diff --git a/print/latex-circ/Makefile b/print/latex-circ/Makefile index 9619937..52deaf2 100644 --- a/print/latex-circ/Makefile +++ b/print/latex-circ/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: latex-circ -# Date created: 2005-07-20 -# Whom: Nicola Vitale <nivit@email.it> -# +# Created by: Nicola Vitale <nivit@email.it> # $FreeBSD$ -# PORTNAME= circ PORTVERSION= 1.0f @@ -43,6 +39,7 @@ FONTS_PK_DIR= ${TEXMFLOCAL}/fonts/pk/${PORTNAME} FONTS_MF_DIR= ${TEXMFLOCAL}/fonts/source/${PORTNAME} FONTS_TFM_DIR= ${TEXMFLOCAL}/fonts/tfm/${PORTNAME} +NO_STAGE= yes .include <bsd.port.pre.mk> do-build: diff --git a/print/latex-cjk/Makefile b/print/latex-cjk/Makefile index 499caec6..64e6942 100644 --- a/print/latex-cjk/Makefile +++ b/print/latex-cjk/Makefile @@ -40,6 +40,7 @@ CCMAP_DESC= CCT CCMap package (for PDFTeX's CID support) DVIPDFMX_DESC= Install and configure DVIPDFMx for CJK UTF8ARPHIC_DESC= Arphic free fonts in UTF-8 (no Type 1) +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCCMAP} diff --git a/print/latex-csquotes/Makefile b/print/latex-csquotes/Makefile index ebead4a..b98c9e7 100644 --- a/print/latex-csquotes/Makefile +++ b/print/latex-csquotes/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: latex-csquotes -# Date created: 31 Aug 2008 -# Whom: vj562001@yahoo.de -# +# Created by: vj562001@yahoo.de # $FreeBSD$ PORTNAME= csquotes @@ -36,6 +33,7 @@ DOC_FILES= RELEASE README csquotes.pdf csquotes.tex WRKSRC= ${WRKDIR}/${CLASSNAME} +NO_STAGE= yes pre-install: (for F in ${CLASS_FILES}; do \ ${ECHO_CMD} "${CLASSDIR}/$${F}"; \ diff --git a/print/latex-etoolbox/Makefile b/print/latex-etoolbox/Makefile index c352a8f..1bee904 100644 --- a/print/latex-etoolbox/Makefile +++ b/print/latex-etoolbox/Makefile @@ -32,6 +32,7 @@ DOC_FILES= README etoolbox.pdf etoolbox.tex WRKSRC= ${WRKDIR}/${CLASSNAME} +NO_STAGE= yes pre-install: (for F in ${CLASS_FILES}; do \ ${ECHO_CMD} "${CLASSDIR}/$${F}"; \ diff --git a/print/latex-feynmf/Makefile b/print/latex-feynmf/Makefile index 5ad99db..ef9cb41 100644 --- a/print/latex-feynmf/Makefile +++ b/print/latex-feynmf/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: latex-feynmf -# Date created: 24 Jan 2004 -# Whom: hrs@FreeBSD.org -# +# Created by: hrs@FreeBSD.org # $FreeBSD$ PORTNAME= latex-feynmf @@ -41,6 +38,7 @@ SCRIPT_FILES= feynmf.pl FONT_FILES= feynmf.mf MP_FILES= feynmp.mp manpics.mp manpics.1 manpics.2 manpics.3 +NO_STAGE= yes do-extract: ${MKDIR} ${WRKSRC} cd ${DISTDIR}/${DIST_SUBDIR} && ${CP} ${DISTFILES} ${WRKSRC} diff --git a/print/latex-ifluatex/Makefile b/print/latex-ifluatex/Makefile index 92ddd95..1127acf 100644 --- a/print/latex-ifluatex/Makefile +++ b/print/latex-ifluatex/Makefile @@ -26,6 +26,7 @@ CLASS_FILES= ifluatex.dtx ifluatex.sty DOC_FILES= ifluatex.pdf +NO_STAGE= yes do-extract: ${MKDIR} ${WRKSRC} cd ${DISTDIR}/${DIST_SUBDIR} && ${CP} ${DISTFILES} ${WRKSRC} diff --git a/print/latex-keystroke/Makefile b/print/latex-keystroke/Makefile index 6b3c32c..105c074 100644 --- a/print/latex-keystroke/Makefile +++ b/print/latex-keystroke/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: latex-keystroke -# Date created: 24 Jan 2004 -# Whom: hrs@FreeBSD.org -# +# Created by: hrs@FreeBSD.org # $FreeBSD$ PORTNAME= latex-keystroke @@ -33,6 +30,7 @@ CLASS_FILES= key-test.pdf key-test.tex keystroke.sty \ keystroke_left.eps keystroke_left.pdf keystroke_middle.eps \ keystroke_middle.pdf keystroke_right.eps keystroke_right.pdf +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/${CLASSDIR} ${INSTALL_DATA} ${CLASS_FILES:S@^@${DISTDIR}/${DIST_SUBDIR}/@} ${PREFIX}/${CLASSDIR} diff --git a/print/latex-logpap/Makefile b/print/latex-logpap/Makefile index 1bca413..b415621 100644 --- a/print/latex-logpap/Makefile +++ b/print/latex-logpap/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: latex-logpap -# Date created: 14 Feb 2004 -# Whom: hrs@FreeBSD.org -# +# Created by: hrs@FreeBSD.org # $FreeBSD$ PORTNAME= latex-logpap @@ -33,6 +30,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME:S/^latex-//} CLASS_FILES= logpap.dtx logpap.ins logpap.sty example.tex DOC_FILES= README example.pdf +NO_STAGE= yes do-extract: ${MKDIR} ${WRKSRC} cd ${DISTDIR}/${DIST_SUBDIR} && ${CP} ${DISTFILES} ${WRKSRC} diff --git a/print/latex-logreq/Makefile b/print/latex-logreq/Makefile index 22a7ed0..7d23caf 100644 --- a/print/latex-logreq/Makefile +++ b/print/latex-logreq/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: latex-logreq -# Date created: 15 Aug 2010 -# Whom: idolum@users.sourceforge.net -# +# Created by: idolum@users.sourceforge.net # $FreeBSD$ PORTNAME= logreq @@ -37,6 +34,7 @@ DOC_FILES= README WRKSRC= ${WRKDIR}/${CLASSNAME} +NO_STAGE= yes pre-install: (for F in ${CLASS_FILES}; do \ ${ECHO_CMD} "${CLASSDIR}/$${F}"; \ diff --git a/print/latex-ltablex/Makefile b/print/latex-ltablex/Makefile index 74ed6d1..7473cb7 100644 --- a/print/latex-ltablex/Makefile +++ b/print/latex-ltablex/Makefile @@ -33,6 +33,7 @@ PORTDOCS= ltablex.pdf ltablex.tex WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/${CLASSDIR} ${INSTALL_DATA} ${CLASS_FILES:S@^@${WRKSRC}/@} ${PREFIX}/${CLASSDIR} diff --git a/print/latex-mathabx/Makefile b/print/latex-mathabx/Makefile index f5e76be..126d45b 100644 --- a/print/latex-mathabx/Makefile +++ b/print/latex-mathabx/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: latex-mathabx -# Date created: 24 Jan 2004 -# Whom: hrs@FreeBSD.org -# +# Created by: hrs@FreeBSD.org # $FreeBSD$ PORTNAME= latex-mathabx @@ -59,6 +56,7 @@ TYPE1_FILES= matha10.pfb matha12.pfb matha5.pfb matha6.pfb matha7.pfb \ DVIPSDIR= ${TEXMFLOCALDIR}/fonts/map/dvips/mathabx DVIPS_FILES= mathabx.map +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/${CLASSDIR} ${INSTALL_DATA} ${WRKSRC}/mathtest.tex\ diff --git a/print/latex-nomencl/Makefile b/print/latex-nomencl/Makefile index 7732a95..86d5740 100644 --- a/print/latex-nomencl/Makefile +++ b/print/latex-nomencl/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: latex-nomencl -# Date created: 31 July 2011 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ PORTNAME= nomencl @@ -36,6 +33,7 @@ SRC_FILES= nomencl.dtx nomencl.ins CLASS_FILES= nomencl.sty PORTDOCS= README nomencl.pdf +NO_STAGE= yes do-extract: ${MKDIR} ${WRKSRC} cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} ${DISTFILES} ${WRKSRC} diff --git a/print/latex-pgf/Makefile b/print/latex-pgf/Makefile index 9cd3ac4..7771bd9 100644 --- a/print/latex-pgf/Makefile +++ b/print/latex-pgf/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: latex-pgf -# Date created: 24 Jan 2004 -# Whom: hrs@FreeBSD.org -# +# Created by: hrs@FreeBSD.org # $FreeBSD$ PORTNAME= pgf @@ -31,6 +28,7 @@ TEXMFDIR_LSR= ${LOCALBASE}/${TEXMFDIR}/ls-R MKTEXLSR= ${LOCALBASE}/bin/mktexlsr CLASSDIR= ${TEXMFDIR}/tex +NO_STAGE= yes do-install: .for C in generic latex plain ${MKDIR} ${PREFIX}/${CLASSDIR}/${C} diff --git a/print/latex-prettyref/Makefile b/print/latex-prettyref/Makefile index e77cc47..92e0155a 100644 --- a/print/latex-prettyref/Makefile +++ b/print/latex-prettyref/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: print/latex-prettyref -# Date created: 19 November 2007 -# Whom: Koji Yokota (yokota@res.otaru-uc.ac.jp) -# +# Created by: Koji Yokota (yokota@res.otaru-uc.ac.jp) # $FreeBSD$ -# PORTNAME= latex-prettyref PORTVERSION= 3.0 @@ -29,6 +25,7 @@ STYFILE= ${PORTNAME:S/^latex-//}.sty PDFFILE= ${PORTNAME:S/^latex-//}.pdf MKTEXLSR?= ${LOCALBASE}/bin/mktexlsr +NO_STAGE= yes do-build: @( cd ${WRKSRC} && tex ${INSFILE} ) diff --git a/print/latex-resume/Makefile b/print/latex-resume/Makefile index 291d87b..ff3d283 100644 --- a/print/latex-resume/Makefile +++ b/print/latex-resume/Makefile @@ -1,8 +1,4 @@ -# ex:ts=8 -# Ports collection makefile for: latex-res -# Date created: Jul 30, 2007 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ PORTNAME= resume @@ -34,6 +30,7 @@ CLASS_FILES= ${DISTFILES} PLIST_SUB= MKTEXLSR=${MKTEXLSR} \ CLASSDIR=${CLASSDIR} +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/${CLASSDIR} ${INSTALL_DATA} ${CLASS_FILES:S@^@${WRKSRC}/@} ${PREFIX}/${CLASSDIR} diff --git a/print/latex-subfloat/Makefile b/print/latex-subfloat/Makefile index c25ba65..9a62c2a 100644 --- a/print/latex-subfloat/Makefile +++ b/print/latex-subfloat/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: latex-subfloat -# Date created: 24 Jan 2004 -# Whom: hrs@FreeBSD.org -# +# Created by: hrs@FreeBSD.org # $FreeBSD$ PORTNAME= latex-subfloat @@ -31,6 +28,7 @@ CLASS_FILES= subfloat.dtx subfloat.sty subfloat.ins DOC_FILES= README ChangeLog subfloat.dvi subfloat.xml +NO_STAGE= yes do-extract: ${MKDIR} ${WRKSRC} cd ${DISTDIR}/${DIST_SUBDIR} && ${CP} ${DISTFILES} ${WRKSRC} diff --git a/print/latex-supertabular/Makefile b/print/latex-supertabular/Makefile index 05474a5..0b25d6d 100644 --- a/print/latex-supertabular/Makefile +++ b/print/latex-supertabular/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: latex-supertabular -# Date created: Aug 20 2008 -# Whom: Jorge Niedbalski <niedbalski@gmail.com> -# +# Created by: Jorge Niedbalski <niedbalski@gmail.com> # $FreeBSD$ -# PORTNAME= latex-supertabular PORTVERSION= 1 @@ -29,6 +25,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME:S/^latex-//} CLASS_FILES= supertabular.dtx supertabular.sty supertabular.ins DOC_FILES= README MANIFEST CATALOG supertabular.pdf +NO_STAGE= yes do-extract: ${MKDIR} ${WRKSRC} cd ${DISTDIR}/${DIST_SUBDIR} && ${CP} ${DISTFILES} ${WRKSRC} diff --git a/print/latex-svninfo/Makefile b/print/latex-svninfo/Makefile index fffccff..da904cf 100644 --- a/print/latex-svninfo/Makefile +++ b/print/latex-svninfo/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: latex-svninfo -# Date created: 05 Dec 2006 -# Whom: Henrik Brix Andersen <henrik@brixandersen.dk> -# +# Created by: Henrik Brix Andersen <henrik@brixandersen.dk> # $FreeBSD$ PORTNAME= svninfo @@ -28,6 +25,7 @@ CLASSDIR= ${TEXMFLOCAL}/tex/latex/${PORTNAME} CLASS_FILES= svninfo.sty svninfo.cfg PORTDOCS= README svninfo.dvi +NO_STAGE= yes .include <bsd.port.pre.mk> do-build: diff --git a/print/latex-timing/Makefile b/print/latex-timing/Makefile index 3fdd65d..f2e0342 100644 --- a/print/latex-timing/Makefile +++ b/print/latex-timing/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: latex-timing -# Date created: 24 Jan 2004 -# Whom: hrs@FreeBSD.org -# +# Created by: hrs@FreeBSD.org # $FreeBSD$ PORTNAME= latex-timing @@ -40,6 +37,7 @@ PK_FILES= timing1.pk timing1s.pk timing2.pk timing2s.pk TFMDIR= ${TEXMFDIR}/fonts/tfm/${PORTNAME:S/^latex-//} TFM_FILES= timing1.tfm timing1s.tfm timing2.tfm timing2s.tfm +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/${CLASSDIR} ${INSTALL_DATA} ${CLASS_FILES:S@^@${DISTDIR}/${DIST_SUBDIR}/@} ${PREFIX}/${CLASSDIR} diff --git a/print/latex-tipa/Makefile b/print/latex-tipa/Makefile index f07d50c..a2f3e27 100644 --- a/print/latex-tipa/Makefile +++ b/print/latex-tipa/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tipa -# Date created: 18 November 2003 -# Whom: Andreas Braml -# +# Created by: Andreas Braml # $FreeBSD$ -# PORTNAME= latex-tipa PORTVERSION= 1.3 @@ -20,6 +16,7 @@ NO_INSTALL_MANPAGES= yes NO_BUILD= yes LATEX_BIN= ${LOCALBASE}/bin/latex +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local/teTeX/share/texmf|${PREFIX}/share/texmf|' ${WRKSRC}/Makefile diff --git a/print/latex-ucs/Makefile b/print/latex-ucs/Makefile index 812f32a..9982110 100644 --- a/print/latex-ucs/Makefile +++ b/print/latex-ucs/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: latex-ucs -# Date created: 23 May 2004 -# Whom: thierry@FreeBSD.org -# +# Created by: thierry@FreeBSD.org # $FreeBSD$ PORTNAME= latex-ucs @@ -41,6 +38,7 @@ CONTRIB_FILES= UnicodeT.sfd autofe.sty c00enc.def c10enc.def \ mkrhadas.fd mkromega.fd mkrrashi.fd t2dcmr.fd t2denc.def \ tengwarDS.enc xscmr.fd xsenc.def +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${PLSCRIPTS:S@^@${WRKSRC}/@} ${PREFIX}/bin ${MKDIR} ${PREFIX}/${CLASSDIR} diff --git a/print/latex/Makefile b/print/latex/Makefile index 98e1585..272fa13 100644 --- a/print/latex/Makefile +++ b/print/latex/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: latex -# Date created: 29 September 1994 -# Whom: jmz -# +# Created by: jmz # $FreeBSD$ -# PORTNAME= latex2e PORTVERSION= 2003.12 @@ -27,6 +23,7 @@ CONFLICTS= teTeX* NO_WRKSUBDIR= yes +NO_STAGE= yes do-build: @${RM} ${WRKSRC}/tfm/dummy.tfm ${WRKSRC}/mf/cmex9.mf @(cd ${WRKSRC}/base; TEXINPUTS=${WRKSRC}/base: export TEXINPUTS; tex --ini unpack.ins) diff --git a/print/latex2rtf/Makefile b/print/latex2rtf/Makefile index b3df1e3..162f041 100644 --- a/print/latex2rtf/Makefile +++ b/print/latex2rtf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: latex2rtf -# Date created: 14 Dec 1999 -# Whom: Joerg Wunsch <joerg@FreeBSD.org> -# +# Created by: Joerg Wunsch <joerg@FreeBSD.org> # $FreeBSD$ -# PORTNAME= latex2rtf PORTVERSION= 2.0.0 @@ -23,6 +19,7 @@ USE_PERL5= build INSTALL_TARGET= install install-info +NO_STAGE= yes pre-patch: @${CP} ${WRKSRC}/doc/latex2rtf.info ${WRKSRC}/doc/latex2rtf.info.bak @${TR} -d '\r\b\0' < ${WRKSRC}/doc/latex2rtf.info.bak > ${WRKSRC}/doc/latex2rtf.info diff --git a/print/latex2slides/Makefile b/print/latex2slides/Makefile index 0ba129b..90f1c38 100644 --- a/print/latex2slides/Makefile +++ b/print/latex2slides/Makefile @@ -22,6 +22,7 @@ PLIST_SUB= PORTNAME="${PORTNAME}" PORTVERSION="${PORTVERSION}" MANCOMPRESSED= yes MAN1= latex2slides.1 +NO_STAGE= yes post-patch: .for file in install latex2slides @${REINPLACE_CMD} -e "s,'/usr/bin/,'${PREFIX}/bin/,g ; \ diff --git a/print/latexdiff/Makefile b/print/latexdiff/Makefile index 87292eb..b9b0c29 100644 --- a/print/latexdiff/Makefile +++ b/print/latexdiff/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: latexdiff -# Date created: 01 Oct 2005 -# Whom: Maxim Loginov <Zeliboba@mail.ru> -# +# Created by: Maxim Loginov <Zeliboba@mail.ru> # $FreeBSD$ -# PORTNAME= latexdiff PORTVERSION= 0.5 @@ -34,6 +30,7 @@ PLIST_FILES= bin/latexdiff \ bin/latexdiff-wrap \ bin/latexrevise +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s,\/bin\/bash,${LOCALBASE}\/bin\/bash," \ ${WRKSRC}/contrib/latexdiff-wrap diff --git a/print/latexmk/Makefile b/print/latexmk/Makefile index 5e43eab..3b31fbe 100644 --- a/print/latexmk/Makefile +++ b/print/latexmk/Makefile @@ -26,6 +26,7 @@ PORTDOCS= * PORTEXAMPLES= * PLIST_FILES= bin/latexmk +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/print/lgrind/Makefile b/print/lgrind/Makefile index c92771c..9e30636 100644 --- a/print/lgrind/Makefile +++ b/print/lgrind/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lgrind -# Date created: 20 April 2002 -# Whom: Kay Lehmann -# +# Created by: Kay Lehmann # $FreeBSD$ -# PORTNAME= lgrind PORTVERSION= 3.67 @@ -65,6 +61,7 @@ RESTRICTED= According to the README-file there is a license issue \ the source tarball. No response from author of some code \ this port is based on. +NO_STAGE= yes pre-everything:: @${MKDIR} ${DISTDIR}/${PORTNAME} diff --git a/print/libgnomecups/Makefile b/print/libgnomecups/Makefile index 4249564..c6a4fee2 100644 --- a/print/libgnomecups/Makefile +++ b/print/libgnomecups/Makefile @@ -23,4 +23,5 @@ USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/libgnomeprint-reference/Makefile b/print/libgnomeprint-reference/Makefile index 71b657e..5cf7d79 100644 --- a/print/libgnomeprint-reference/Makefile +++ b/print/libgnomeprint-reference/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: libgnomeprint-reference -# Date created: 09 May 2006 -# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> -# +# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> # $FreeBSD$ -# PORTREVISION= 1 REFERENCE_SRC= ${WRKSRC}/doc/reference +NO_STAGE= yes .include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index 3780a47..96b32ce 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -1,8 +1,6 @@ # Created by: Vanilla I. Shu <vanilla@FreeBSD.org> # $FreeBSD$ # $MCom: ports/print/libgnomeprint/Makefile,v 1.77 2010/09/28 16:38:29 kwm Exp $ -# -# NOTE: Remind to update comms/gfax plist when PORTVERSION change. PORTNAME= libgnomeprint PORTVERSION= 2.18.8 @@ -35,6 +33,7 @@ PLIST_SUB= VERSION=${PORTVERSION} \ OPTIONS_DEFINE= CUPS OPTIONS_DEFAULT=CUPS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCUPS} diff --git a/print/libgnomeprintmm/Makefile b/print/libgnomeprintmm/Makefile index c89a3b8..191607f 100644 --- a/print/libgnomeprintmm/Makefile +++ b/print/libgnomeprintmm/Makefile @@ -25,6 +25,7 @@ CONFIGURE_ARGS= --enable-static PLIST_SUB= VERSION="2.5" API_VERSION="2.6" +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ ${WRKSRC}/tools/extra_defs_gen/Makefile.in diff --git a/print/libharu/Makefile b/print/libharu/Makefile index 5e1b0b9..4567d2e 100644 --- a/print/libharu/Makefile +++ b/print/libharu/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: libharu -# Date created: Jun 15, 2007 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= libharu PORTVERSION= 2.2.1 @@ -26,6 +21,7 @@ SOVERSION= 2 PLIST_SUB+= PORTVERSION=${PORTVERSION} \ SOVERSION=${SOVERSION} +NO_STAGE= yes post-install: ${LN} -s ${PREFIX}/lib/libhpdf-${PORTVERSION}.so \ ${PREFIX}/lib/libhpdf.so.${SOVERSION} diff --git a/print/libijs/Makefile b/print/libijs/Makefile index a3ebf36..50633d4 100644 --- a/print/libijs/Makefile +++ b/print/libijs/Makefile @@ -20,4 +20,5 @@ USE_LDCONFIG= yes MAN1= ijs-config.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/libmspub/Makefile b/print/libmspub/Makefile index b456c4f..365b7cb 100644 --- a/print/libmspub/Makefile +++ b/print/libmspub/Makefile @@ -25,4 +25,5 @@ CONFIGURE_ARGS= --disable-werror --without-docs CONFIGURE_ENV= ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-lz" CPPFLAGS+= -I${LOCALBASE}/include +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/libotf/Makefile b/print/libotf/Makefile index 5d80cae..d97993c 100644 --- a/print/libotf/Makefile +++ b/print/libotf/Makefile @@ -18,4 +18,5 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/libpaper/Makefile b/print/libpaper/Makefile index 969120f..3d36423 100644 --- a/print/libpaper/Makefile +++ b/print/libpaper/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libpaper -# Date created: Do 16 Nov 2003 20:00:00 CET -# Whom: lofi@freebsd.org -# +# Created by: lofi@FreeBSD.org # $FreeBSD$ -# PORTNAME= libpaper PORTVERSION= 1.1.24 @@ -30,6 +26,7 @@ MAN3= defaultpapername.3 defaultpapersizefile.3 paperdone.3 paperfirst.3 \ MAN5= papersize.5 MAN8= paperconfig.8 +NO_STAGE= yes pre-configure: @${TOUCH} ${WRKSRC}/config.sub @${REINPLACE_CMD} -E -e 's|(#!).*/bin/bash|\1/bin/sh|g' \ diff --git a/print/libppd/Makefile b/print/libppd/Makefile index 8a5c067..39bd571 100644 --- a/print/libppd/Makefile +++ b/print/libppd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libppd -# Date created: 22 Apr 2005 17:00:00 CEST -# Whom: e-masson@kisoft-services.com -# +# Created by: e-masson@kisoft-services.com # $FreeBSD$ -# PORTNAME= libppd PORTVERSION= 0.10 @@ -25,4 +21,5 @@ MAN3= ppd_check_option_is_marked.3 ppd_emit_to_file.3 \ ppd_file_free.3 ppd_file_new.3 ppd_find_choice.3 \ ppd_get_num_conflicts.3 ppd_get_page_length.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/libspectre/Makefile b/print/libspectre/Makefile index 1751a60..4518417 100644 --- a/print/libspectre/Makefile +++ b/print/libspectre/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: libspectre -# Date created: 2008-03-12 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/print/libspectre/Makefile,v 1.7 2010/04/19 15:38:43 kwm Exp $ @@ -23,4 +20,5 @@ USE_GHOSTSCRIPT=yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/lilypond-devel/Makefile b/print/lilypond-devel/Makefile index 3c35f17..0521cc46 100644 --- a/print/lilypond-devel/Makefile +++ b/print/lilypond-devel/Makefile @@ -65,6 +65,7 @@ NOCCACHE= yes PLIST_SUB= PORTVERSION=${PORTVERSION} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 90d7ddd..c9e09af 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -62,6 +62,7 @@ NOCCACHE= yes PLIST_SUB= PORTVERSION=${PORTVERSION} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/print/linux-f10-cups-libs/Makefile b/print/linux-f10-cups-libs/Makefile index 9a68555..4fe5a19 100644 --- a/print/linux-f10-cups-libs/Makefile +++ b/print/linux-f10-cups-libs/Makefile @@ -1,8 +1,5 @@ -# New ports collection makefile for: print/linux-f10-cups-libs -# Date created: 10 Nov 2010 -# Whom: Stas Timokhin <devel@stasyan.com> +# Created by: Stas Timokhin <devel@stasyan.com> # $FreeBSD$ -# PORTNAME= cups-libs PORTVERSION= 1.3.11 @@ -24,4 +21,5 @@ USE_LDCONFIG= yes PLIST_FILES= usr/lib/libcups.so.2 usr/lib/libcupsimage.so.2 DESCR= ${.CURDIR}/../cups-base/pkg-descr +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/lout/Makefile b/print/lout/Makefile index 8dab187..f6df329 100644 --- a/print/lout/Makefile +++ b/print/lout/Makefile @@ -19,6 +19,7 @@ ALL_TARGET= lout prg2lout MAN1= lout.1 prg2lout.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/print/lpr-wrapper/Makefile b/print/lpr-wrapper/Makefile index 5be5c78..e7c1ea2 100644 --- a/print/lpr-wrapper/Makefile +++ b/print/lpr-wrapper/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lpr-wrapper -# Date created: 22 Apr 2005 17:00:00 CEST -# Whom: e-masson@kisoft-services.com -# +# Created by: e-masson@kisoft-services.com # $FreeBSD$ -# PORTNAME= lpr-wrapper PORTVERSION= 0.7 @@ -27,6 +23,7 @@ RUN_DEPENDS+= pstops:${PORTSDIR}/print/psutils PLIST_FILES= bin/lpr-wrapper bin/lpr-wrapper-cups bin/lpr-wrapper-features +NO_STAGE= yes post-build: ${REINPLACE_CMD} -e 's|#!/bin/bash|#!/usr/bin/env bash|' \ ${WRKSRC}/lpr-wrapper ${WRKSRC}/lpr-wrapper-cups \ diff --git a/print/lprps/Makefile b/print/lprps/Makefile index 0ac307a..26cf568 100644 --- a/print/lprps/Makefile +++ b/print/lprps/Makefile @@ -16,6 +16,7 @@ PORTDOCS= INSTALL MAN1= psrev.1 textps.1 MAN8= lprps.8 psif.8 psof.8 +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR} cd ${WRKSRC} && \ diff --git a/print/lyx/Makefile b/print/lyx/Makefile index 5435a5e..5c0446e 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -42,6 +42,7 @@ OPTIONS_DEFINE= ASPELL ENCHANT HUNSPELL NLS OPTIONS_DEFAULT= HUNSPELL NLS ENCHANT_DESC= Spell checking using Enchant +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MASPELL} diff --git a/print/magicfilter/Makefile b/print/magicfilter/Makefile index 5e9df53..73dcc2b 100644 --- a/print/magicfilter/Makefile +++ b/print/magicfilter/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: magicfilter -# Date created: 24 Mar 1999 -# Whom: CHOI Junho <cjh@FreeBSD.org> -# +# Created by: CHOI Junho <cjh@FreeBSD.org> # $FreeBSD$ -# PORTNAME= magicfilter PORTVERSION= 2.3.h @@ -26,6 +22,7 @@ CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} MAN5= magicfilter.5 MAN8= magicfilter.8 +NO_STAGE= yes .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/lib/libmagic.so) diff --git a/print/makeindex/Makefile b/print/makeindex/Makefile index bb746c8..751d7c5 100644 --- a/print/makeindex/Makefile +++ b/print/makeindex/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: makeindex -# Date created: 12 October 1994 -# Whom: jmz -# +# Created by: jmz # $FreeBSD$ -# PORTNAME= makeindex PORTVERSION= 3.0.8 @@ -21,6 +17,7 @@ CONFLICTS= teTeX-base-[0-9]* WRKSRC= ${WRKDIR}/makeindex MAN1= makeindex.1 +NO_STAGE= yes post-patch: @(cd ${WRKSRC}/doc; \ ${SED} -e s:/usr/local/lib/tex/macros/:${PREFIX}/share/texmf/makeindx/: \ diff --git a/print/mftrace/Makefile b/print/mftrace/Makefile index 95c18dd..ef7a6d3 100644 --- a/print/mftrace/Makefile +++ b/print/mftrace/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: mftrace (formerly pktrace) -# Date created: Jun w, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= mftrace PORTVERSION= 1.2.18 @@ -44,6 +39,7 @@ PLIST_FILES= \ %%PYTHON_SITELIBDIR%%/afm.py \ %%PYTHON_SITELIBDIR%%/tfm.py +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gf2pbm ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/mftrace ${PREFIX}/bin diff --git a/print/min12xxw/Makefile b/print/min12xxw/Makefile index 3bb7cdf..13709a8 100644 --- a/print/min12xxw/Makefile +++ b/print/min12xxw/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: min12xxw -# Date created: 29 September 2007 -# Whom: Tim McCormick <tim@pcbsd.org> -# +# Created by: Tim McCormick <tim@pcbsd.org> # $FreeBSD$ -# PORTNAME= min12xxw PORTVERSION= 0.0.9 @@ -18,6 +14,7 @@ HAS_CONFIGURE= yes MAN1= min12xxw.1 PLIST_FILES= bin/min12xxw bin/esc-m +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/min12xxw ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/esc-m ${PREFIX}/bin diff --git a/print/mp-a4/Makefile b/print/mp-a4/Makefile index f3c8060d..5867a66 100644 --- a/print/mp-a4/Makefile +++ b/print/mp-a4/Makefile @@ -1,12 +1,8 @@ -# ex:ts=8 -# Ports collection makefile for: mp (a4) -# Date created: 11 July 1996 -# Whom: David O'Brien <obrien@cs.ucdavis.edu> -# +# Created by: David O'Brien <obrien@cs.ucdavis.edu> # $FreeBSD$ -# PAPERSIZE= a4 MASTERDIR= ${.CURDIR}/../mp-letter +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/print/mp-letter/Makefile b/print/mp-letter/Makefile index f5de477..cd47907 100644 --- a/print/mp-letter/Makefile +++ b/print/mp-letter/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: mp (letter) -# Date created: 11 July 1996 -# Whom: David O'Brien <obrien@cs.ucdavis.edu> -# +# Created by: David O'Brien <obrien@cs.ucdavis.edu> # $FreeBSD$ -# PORTNAME= mp-${PAPERSIZE} PORTVERSION= 3.0.1 @@ -29,6 +24,7 @@ PAPERSIZE?= letter INSTALL_TARGET= install-a4 .endif +NO_STAGE= yes pre-patch: @${CP} ${WRKSRC}/Makefile.dist ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's/<iostream\.h>/<iostream>
using namespace std;/' \ diff --git a/print/mpage/Makefile b/print/mpage/Makefile index 37b59a6..fa2bcd4 100644 --- a/print/mpage/Makefile +++ b/print/mpage/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mpage -# Date created: 19 February 1998 -# Whom: Kapil Chowksey -# +# Created by: Kapil Chowksey # $FreeBSD$ -# # To override mpage's default paper size of A4, set PAGESIZE to another # page type. Some common values include "Letter" (8.5" x 11") and @@ -28,6 +24,7 @@ PLIST_FILES= bin/mpage %%DATADIR%%/CP850.PC %%DATADIR%%/ISO+STD+OTH \ %%DATADIR%%/ISO-Latin.1 %%DATADIR%%/ISO-Latin.2 PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/print/mup/Makefile b/print/mup/Makefile index 7fba765..c9df7f5 100644 --- a/print/mup/Makefile +++ b/print/mup/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mup -# Date Created: Oct 4, 2002 -# Whom: Daniel O'Connor <darius@dons.net.au> -# +# Created by: Daniel O'Connor <darius@dons.net.au> # $FreeBSD$ -# PORTNAME= mup PORTVERSION= 5.5 @@ -21,6 +17,7 @@ MOREDOCS= docs/README0 docs/overview.txt docs/register.txt\ docs/mupfeat.txt docs/faq.txt docs/license.txt docs/uguide.ps PORTDOCS= * +NO_STAGE= yes post-extract: ${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile ${CP} ${FILESDIR}/Makefile.mup ${WRKSRC}/mup/Makefile diff --git a/print/musixtex/Makefile b/print/musixtex/Makefile index d0615ac..1e7bc7a 100644 --- a/print/musixtex/Makefile +++ b/print/musixtex/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: musixtex -# Date created: 9 july 1995 -# Whom: jmz -# +# Created by: jmz # $FreeBSD$ -# PORTNAME= musixtex PORTVERSION= T112 @@ -21,6 +17,7 @@ RUN_DEPENDS= initex:${PORTSDIR}/print/tex EXAMPLE_VERSION= T112 DISTFILES+= musixexa-${EXAMPLE_VERSION}.tar.gz +NO_STAGE= yes post-extract: @${MKDIR} ${WRKDIR}/musixtex-${PORTVERSION}/examples @${CP} ${WRKDIR}/musixexa-${EXAMPLE_VERSION}/* ${WRKDIR}/musixtex-${PORTVERSION}/examples/ diff --git a/print/muttprint/Makefile b/print/muttprint/Makefile index f8918f4..ec49f6d 100644 --- a/print/muttprint/Makefile +++ b/print/muttprint/Makefile @@ -46,6 +46,7 @@ PRINT_COMMAND=lpr -P$$PRINTER INSTALL_TARGET=install-with-doc .endif +NO_STAGE= yes pre-everything:: @${ECHO} @${ECHO} Set PAPERSIZE=a4 if you need that paper size. diff --git a/print/nenscript/Makefile b/print/nenscript/Makefile index 5ceb797..7f12458 100644 --- a/print/nenscript/Makefile +++ b/print/nenscript/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nenscript -# Date created: 10 November 1999 -# Whom: cjm2 -# +# Created by: cjm2 # $FreeBSD$ -# PORTNAME= nenscript PORTVERSION= 1.13.3 @@ -19,6 +15,7 @@ MAKEFILE= makefile MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" MAN1= nenscript.1 +NO_STAGE= yes .include <bsd.port.pre.mk> do-install: diff --git a/print/nl-acroread8/Makefile b/print/nl-acroread8/Makefile index 0a13aed..2b4cb2d 100644 --- a/print/nl-acroread8/Makefile +++ b/print/nl-acroread8/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nl-acroread8 -# Date created: 27 December 2007 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# PKGNAMEPREFIX= nl- @@ -12,4 +8,5 @@ DISTINFO_FILE= ${.CURDIR}/distinfo ADOBE_LANG= NLD +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/print/no-acroread8/Makefile b/print/no-acroread8/Makefile index 1623763..717aac0 100644 --- a/print/no-acroread8/Makefile +++ b/print/no-acroread8/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: no-acroread8 -# Date created: 27 December 2007 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# PKGNAMEPREFIX= no- @@ -12,4 +8,5 @@ DISTINFO_FILE= ${.CURDIR}/distinfo ADOBE_LANG= NOR +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/print/openprinting/Makefile b/print/openprinting/Makefile index 337df19..5828b15 100644 --- a/print/openprinting/Makefile +++ b/print/openprinting/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: openprinting -# Date created: 6 February 2010 -# Whom: Bruce M Simpson <bms@FreeBSD.org> -# +# Created by: Bruce M Simpson <bms@FreeBSD.org> # $FreeBSD$ -# PORTNAME= openprinting PORTVERSION= 1.0 @@ -48,6 +44,7 @@ MAKE_ARGS= LIBTOOL="${LIBTOOL} --tag=disable-static" # MOD_IPP "Build example mod_ipp.so for Apache" Off # PSM_CUPS "Build psm_cups.so for printing to CUPS" Off +NO_STAGE= yes .include <bsd.port.options.mk> # NOTE: hard dependency on gettext() in distfiles. diff --git a/print/p5-Font-FreeType/Makefile b/print/p5-Font-FreeType/Makefile index ad28a13..8973f15 100644 --- a/print/p5-Font-FreeType/Makefile +++ b/print/p5-Font-FreeType/Makefile @@ -1,4 +1,3 @@ -# Created by: Jun Kuriyama <kuriyama@FreeBSD.org> # $FreeBSD$ PORTNAME= Font-FreeType @@ -19,4 +18,5 @@ MAN3= Font::FreeType.3 \ Font::FreeType::Face.3 \ Font::FreeType::Glyph.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/p5-Net-CUPS/Makefile b/print/p5-Net-CUPS/Makefile index 4b890d7..5e82c8d 100644 --- a/print/p5-Net-CUPS/Makefile +++ b/print/p5-Net-CUPS/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-CUPS -# Date created: 2011-09-11 -# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com> -# +# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com> # $FreeBSD$ -# PORTNAME= Net-CUPS PORTVERSION= 0.61 @@ -26,4 +22,5 @@ MAN3= Net::CUPS.3 \ Net::CUPS::IPP.3 \ Net::CUPS::PPD.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/p5-Net-Printer/Makefile b/print/p5-Net-Printer/Makefile index 73e71fc..27800f0 100644 --- a/print/p5-Net-Printer/Makefile +++ b/print/p5-Net-Printer/Makefile @@ -17,4 +17,5 @@ USE_PERL5= configure MAN3= Net::Printer.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/p5-PDF-Template/Makefile b/print/p5-PDF-Template/Makefile index 1bea776..269e229 100644 --- a/print/p5-PDF-Template/Makefile +++ b/print/p5-PDF-Template/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-PDF-Template -# Date created: 2006-06-26 -# Whom: Yuichiro AIZAWA <yaizawa@mdbl.sfc.keio.ac.jp> -# +# Created by: Yuichiro AIZAWA <yaizawa@mdbl.sfc.keio.ac.jp> # $FreeBSD$ -# PORTNAME= PDF-Template PORTVERSION= 0.22 @@ -45,4 +41,5 @@ MAN3= PDF::Template::Element::Weblink.3 \ PDF::Template.3 \ PDF::Template::Element::Line.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/p5-PDFLib/Makefile b/print/p5-PDFLib/Makefile index a352328..39c0bd5 100644 --- a/print/p5-PDFLib/Makefile +++ b/print/p5-PDFLib/Makefile @@ -1,5 +1,3 @@ -# ex:ts=8 -# Ports collection makefile for: p5-PDFLib # Created by: ijliao # $FreeBSD$ @@ -21,4 +19,5 @@ NO_BUILD= yes MAN3= PDFLib.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/p5-PostScript-PPD/Makefile b/print/p5-PostScript-PPD/Makefile index 0b15c46..2686f40 100644 --- a/print/p5-PostScript-PPD/Makefile +++ b/print/p5-PostScript-PPD/Makefile @@ -21,6 +21,7 @@ USES= perl5 MAN3= PostScript::PPD.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/lj4515.ppd/d' ${WRKSRC}/t/30_difficult.t diff --git a/print/p5-PostScript-Simple/Makefile b/print/p5-PostScript-Simple/Makefile index 112ba0e..056f915 100644 --- a/print/p5-PostScript-Simple/Makefile +++ b/print/p5-PostScript-Simple/Makefile @@ -1,4 +1,3 @@ -# Ports collection makefile for: p5-PostScript-Simple # Created by: tobez # $FreeBSD$ @@ -16,4 +15,5 @@ USE_PERL5= configure MAN3= PostScript::Simple.3 PostScript::Simple::EPS.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/p5-PostScript/Makefile b/print/p5-PostScript/Makefile index 5579aa1..d582de7 100644 --- a/print/p5-PostScript/Makefile +++ b/print/p5-PostScript/Makefile @@ -1,4 +1,3 @@ -# Ports collection makefile for: p5-PostScript # Created by: Fernan Aguero <fernan.aguero@gmail.com> # $FreeBSD$ @@ -16,4 +15,5 @@ USE_PERL5= configure MAN3= PostScript::TextBlock.3 PostScript::Elements.3 PostScript::Metrics.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/p5-Text-PDF/Makefile b/print/p5-Text-PDF/Makefile index 8b258ea..710f6cdc 100644 --- a/print/p5-Text-PDF/Makefile +++ b/print/p5-Text-PDF/Makefile @@ -23,6 +23,7 @@ MAN3= Text::PDF::Pages.3 Text::PDF::Page.3 Text::PDF::Name.3 \ Text::PDF::Utils.3 Text::PDF::TTFont.3 Text::PDF::Number.3 \ Text::PDF::Null.3 Text::PDF.3 +NO_STAGE= yes post-patch: @${RM} -f ${WRKSRC}/pm_to_blib diff --git a/print/p5-XML-ApacheFOP/Makefile b/print/p5-XML-ApacheFOP/Makefile index 15299b0..a7009b8 100644 --- a/print/p5-XML-ApacheFOP/Makefile +++ b/print/p5-XML-ApacheFOP/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-XML-ApacheFOP -# Date created: 27 Feb 2006 -# Whom: Simun Mikecin <numisemis@yahoo.com> -# +# Created by: Simun Mikecin <numisemis@yahoo.com> # $FreeBSD$ -# PORTNAME= XML-ApacheFOP PORTVERSION= 0.03 @@ -24,4 +20,5 @@ USE_PERL5= configure MAN3= XML::ApacheFOP.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/panda/Makefile b/print/panda/Makefile index dbc3ea5..fe47a34 100644 --- a/print/panda/Makefile +++ b/print/panda/Makefile @@ -30,6 +30,7 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${BDB_INCLUDE_DIR} -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${BDB_LIB_DIR} -L${LOCALBASE}/lib ${PTHREAD_LIBS} +NO_STAGE= yes .include <bsd.port.pre.mk> post-extract: diff --git a/print/papersize-default-a4/Makefile b/print/papersize-default-a4/Makefile index 346ab3a..1a0b09b 100644 --- a/print/papersize-default-a4/Makefile +++ b/print/papersize-default-a4/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: papersize-default-a4 -# Date created: March 2, 2012 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# PORTNAME= papersize-default PORTVERSION= 0.0.20120302 @@ -28,6 +24,7 @@ CONFLICTS+= papersize-default-${P}-[0-9]* PLIST_FILES= etc/papersize +NO_STAGE= yes do-install: ${LN} -s -f papersize.${DEFAULTPAPERSIZE:L} ${PREFIX}/etc/papersize diff --git a/print/papersize-default-letter/Makefile b/print/papersize-default-letter/Makefile index d2369c2..b6edfea 100644 --- a/print/papersize-default-letter/Makefile +++ b/print/papersize-default-letter/Makefile @@ -1,11 +1,8 @@ -# New ports collection makefile for: papersize-default-letter -# Date created: March 2, 2012 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# MASTERDIR= ${.CURDIR}/../../print/papersize-default-a4 DEFAULTPAPERSIZE= letter +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/print/paps/Makefile b/print/paps/Makefile index 22abd56..73426d1 100644 --- a/print/paps/Makefile +++ b/print/paps/Makefile @@ -18,4 +18,5 @@ GNU_CONFIGURE= yes USE_GNOME= pango USES= pkgconfig +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/passivetex/Makefile b/print/passivetex/Makefile index 0fbdfea..4574c26d 100644 --- a/print/passivetex/Makefile +++ b/print/passivetex/Makefile @@ -41,6 +41,7 @@ CLASS_FILES= dummyels.sty fotex.xmt fotex.sty \ mlnames.sty ucharacters.sty unicode.sty \ dummyels.sty nomulticol.sty +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/print/pcal/Makefile b/print/pcal/Makefile index dd78cae..7c674e0 100644 --- a/print/pcal/Makefile +++ b/print/pcal/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pcal -# Date created: 10 June 2001 -# Whom: mwest@uct.ac.za -# +# Created by: mwest@uct.ac.za # $FreeBSD$ -# PORTNAME= pcal PORTVERSION= 4.11.0 @@ -23,6 +19,7 @@ PORTDOCS= ReadMe.txt pcal.html pcalw.html WWWSERVER!= hostname +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/print/pdf-renderer/Makefile b/print/pdf-renderer/Makefile index 88c96eb..0833239 100644 --- a/print/pdf-renderer/Makefile +++ b/print/pdf-renderer/Makefile @@ -28,6 +28,7 @@ PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar PORTDOCS= * +NO_STAGE= yes do-install: @${ECHO_MSG} -n ">> Installing JAR file as ${JAVAJARDIR}/${PORTNAME}.jar..." @${INSTALL_DATA} ${WRKSRC}/dist/PDFRenderer.jar ${JAVAJARDIR}/${PORTNAME}.jar diff --git a/print/pdf4tcl/Makefile b/print/pdf4tcl/Makefile index 65b446c..295c312 100644 --- a/print/pdf4tcl/Makefile +++ b/print/pdf4tcl/Makefile @@ -23,6 +23,7 @@ PLIST_FILES= lib/${PKGNAME}/glyph2uni.tcl \ lib/${PKGNAME}/stdmetrics.tcl PLIST_DIRS= lib/${PKGNAME} +NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/print/pdfbox/Makefile b/print/pdfbox/Makefile index 48f1288..c3edd74 100644 --- a/print/pdfbox/Makefile +++ b/print/pdfbox/Makefile @@ -28,6 +28,7 @@ PLIST_FILES= %%JAVAJARDIR%%/fontbox-${PORTVERSION}.jar \ %%JAVAJARDIR%%/jempbox-${PORTVERSION}.jar \ %%JAVAJARDIR%%/${PORTNAME}-app-${PORTVERSION}.jar +NO_STAGE= yes do-install: @${ECHO_MSG} -n ">> Installing JAR files in ${JAVAJARDIR}..." @${MKDIR} ${JAVAJARDIR} diff --git a/print/pdfcolorsplit/Makefile b/print/pdfcolorsplit/Makefile index 96442dd..40be82c 100644 --- a/print/pdfcolorsplit/Makefile +++ b/print/pdfcolorsplit/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pdfcolorsplit -# Date created: 2011-08-26 -# Whom: Aldis Berjoza <aldis@bsdroot.lv> -# +# Created by: Aldis Berjoza <aldis@bsdroot.lv> # $FreeBSD$ -# PORTNAME= pdfcolorsplit PORTVERSION= 2011.08.26 @@ -29,6 +25,7 @@ PLIST_FILES= bin/${PORTNAME} NO_BUILD= yes NO_WRKSUBDIR= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/os\.system/s|pdftoppm|${LOCALBASE}/libexec/xpdf/pdftoppm|g' ${WRKSRC}/${PORTNAME} diff --git a/print/pdfcube/Makefile b/print/pdfcube/Makefile index a00043e..d2c9104 100644 --- a/print/pdfcube/Makefile +++ b/print/pdfcube/Makefile @@ -20,6 +20,7 @@ CONFIGURE_ARGS= --libdir=${LOCALBASE}/lib --includedir=${LOCALBASE}/include PLIST_FILES= bin/pdfcube +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e \ 's|BOOSTLIBDIR/libboost_program_options\*\.{so,a}\*|BOOSTLIBDIR/libboost_program_options.so|' \ diff --git a/print/pdfjam/Makefile b/print/pdfjam/Makefile index 606462a..ae0f15e 100644 --- a/print/pdfjam/Makefile +++ b/print/pdfjam/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pdfjam -# Date created: Tue Mar 15 17:50:34 EST 2005 -# Whom: Paul Chvostek <paul@it.ca> -# +# Created by: Paul Chvostek <paul@it.ca> # $FreeBSD$ -# PORTNAME= pdfjam PORTVERSION= 2.08 @@ -27,6 +23,7 @@ PORTDOCS= PDFjam-README.html pdfdroplets.png NO_BUILD= yes +NO_STAGE= yes do-install: .for FILE in ${PROGS} ${INSTALL_SCRIPT} ${WRKSRC}/bin/${FILE} ${PREFIX}/bin diff --git a/print/pdflib-perl/Makefile b/print/pdflib-perl/Makefile index c2b5d5f..5f9b189 100644 --- a/print/pdflib-perl/Makefile +++ b/print/pdflib-perl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pdflib-perl -# Date created: 05 April 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# PKGNAMESUFFIX= -perl @@ -13,4 +9,5 @@ MASTERDIR= ${.CURDIR}/../pdflib OPTIONS_DEFAULT=PERL +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile index 9ebbbed..51652c3 100644 --- a/print/pdflib/Makefile +++ b/print/pdflib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pdflib -# Date created: Wed Jan 9 12:27:54 CET 2002 -# Whom: Alex Dupre <sysadmin@alexdupre.com> -# +# Created by: Alex Dupre <sysadmin@alexdupre.com> # $FreeBSD$ -# PORTNAME= pdflib PORTVERSION= 7.0.5 @@ -28,6 +24,7 @@ CONFIGURE_ARGS= --with-py=no --with-ruby=no --with-tcl=no PORTDOCS= * +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "sparc64" diff --git a/print/pdfmod/Makefile b/print/pdfmod/Makefile index db0ce21..3543fb9 100644 --- a/print/pdfmod/Makefile +++ b/print/pdfmod/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pdfmod -# Date created: 2009-07-28 -# Whom: Romain Tartiere <romain@blogreen.org> -# +# Created by: Romain Tartiere <romain@blogreen.org> # $FreeBSD$ -# PORTNAME= pdfmod PORTVERSION= 0.9.1 @@ -24,4 +20,5 @@ USE_GNOME= gnomehack gnomesharp20 USES= gettext INSTALLS_ICONS= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/pdftk/Makefile b/print/pdftk/Makefile index 0c261c7..97f7541 100644 --- a/print/pdftk/Makefile +++ b/print/pdftk/Makefile @@ -39,6 +39,7 @@ MAKE_ENV= GCJ=gcj${CSUFF} GCJH=gcjh${CSUFF} GCPP=cpp${CSUFF} \ MAN1= ${PORTNAME}.1 PLIST_FILES= bin/pdftk +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|TOOLPATH=|TOOLPATH=${LOCALBASE}/bin/|g" ${WRKSRC}/${MAKEFILE} @${REINPLACE_CMD} -e "s|VERSUFF=|VERSUFF=${CSUFF}|g" ${WRKSRC}/${MAKEFILE} diff --git a/print/pdq/Makefile b/print/pdq/Makefile index 52b0ae4..070f116 100644 --- a/print/pdq/Makefile +++ b/print/pdq/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pdq -# Date created: 15 May 1999 -# Whom: Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw> -# +# Created by: Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw> # $FreeBSD$ -# PORTNAME= pdq PORTVERSION= 2.2.1 @@ -22,6 +18,7 @@ CONFIGURE_ARGS= --enable-pdqlibdir=${PREFIX}/etc/pdq MAN1= lpd_cancel.1 lpd_print.1 lpd_status.1 pdq.1 xpdq.1 MAN5= printrc.5 +NO_STAGE= yes post-install: .for file in lpd_cancel lpd_print lpd_status pdq xpdq @${STRIP_CMD} ${PREFIX}/bin/${file} diff --git a/print/pear-File_PDF/Makefile b/print/pear-File_PDF/Makefile index 265e583..1e18bf6 100644 --- a/print/pear-File_PDF/Makefile +++ b/print/pear-File_PDF/Makefile @@ -10,6 +10,7 @@ COMMENT= PEAR class to generate PDFs PEAR_AUTOINSTALL= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> diff --git a/print/pecl-haru/Makefile b/print/pecl-haru/Makefile index 30b8b70..e36c28a 100644 --- a/print/pecl-haru/Makefile +++ b/print/pecl-haru/Makefile @@ -22,4 +22,5 @@ CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/pecl-pdflib/Makefile b/print/pecl-pdflib/Makefile index 8e0e85d..2809577 100644 --- a/print/pecl-pdflib/Makefile +++ b/print/pecl-pdflib/Makefile @@ -21,4 +21,5 @@ PHP_MODNAME= pdf CONFIGURE_ARGS= --with-pdflib=${LOCALBASE} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/pecl-ps/Makefile b/print/pecl-ps/Makefile index 504ebd0..fb75e23 100644 --- a/print/pecl-ps/Makefile +++ b/print/pecl-ps/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-ps -# Date created: 25 May 2007 -# Whom: Alan Garfield <alan@fromorbit.com> -# +# Created by: Alan Garfield <alan@fromorbit.com> # $FreeBSD$ -# PORTNAME= ps PORTVERSION= 1.3.6 @@ -26,6 +22,7 @@ PHP_MODNAME= ${PORTNAME} DEFAULT_PHP_VER=53 IGNORE_WITH_PHP=5 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-ldl|-lintl|g' ${WRKSRC}/config.m4 diff --git a/print/pfbtopfa/Makefile b/print/pfbtopfa/Makefile index fa2c0a0..f4d2c97 100644 --- a/print/pfbtopfa/Makefile +++ b/print/pfbtopfa/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: pfbtopfa -# Date created: Dec 24, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= pfbtopfa PORTVERSION= 1.0 @@ -18,6 +13,7 @@ COMMENT= Convert PFB files to the PFA format MAN1= pfbtopfa.1 PLIST_FILES= bin/pfbtopfa +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pfbtopfa ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/pfbtopfa.1 ${MAN1PREFIX}/man/man1 diff --git a/print/photoprint/Makefile b/print/photoprint/Makefile index 6c97b08..6dec9e1 100644 --- a/print/photoprint/Makefile +++ b/print/photoprint/Makefile @@ -31,6 +31,7 @@ INSTALLS_ICONS= yes LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|glib/gstrfuncs.h|glib.h|g' \ ${WRKSRC}/gp_cppsupport/gprinter.cpp diff --git a/print/phppdflib/Makefile b/print/phppdflib/Makefile index 944439a..c3e18e0 100644 --- a/print/phppdflib/Makefile +++ b/print/phppdflib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: phppdflib -# Date created: 30 Aug 2001 -# Whom: HSIN-HSIUNG CHANG <sexbear@tmu.edu.tw> -# +# Created by: HSIN-HSIUNG CHANG <sexbear@tmu.edu.tw> # $FreeBSD$ -# PORTNAME= phppdflib PORTVERSION= 2.8 @@ -27,6 +23,7 @@ MYADMDIR?= www/data/phppdflib PLIST_SUB+= MYADMDIR=${MYADMDIR} +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/${MYADMDIR} ${CP} -R ${WRKSRC}/* ${PREFIX}/${MYADMDIR} diff --git a/print/pic2fig/Makefile b/print/pic2fig/Makefile index 127b0fc..e7f6f7b 100644 --- a/print/pic2fig/Makefile +++ b/print/pic2fig/Makefile @@ -17,6 +17,7 @@ CFLAGS+= -Wno-return-type MAN1= pic2fig.1 PLIST_FILES= bin/pic2fig +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} -m 755 ${WRKSRC}/pic2fig ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/pic2fig.1 ${PREFIX}/man/man1 diff --git a/print/pkfonts118/Makefile b/print/pkfonts118/Makefile index fe3cba1..bc5b4b4 100644 --- a/print/pkfonts118/Makefile +++ b/print/pkfonts118/Makefile @@ -1,11 +1,8 @@ -# New ports collection makefile for: English PK fonts at 118dpi -# Date created: 06 Nov 1998 -# Whom: Satoshi Asami <asami@FreeBSD.org> -# +# Created by: Satoshi Asami <asami@FreeBSD.org> # $FreeBSD$ -# RESOLUTION= 118 MASTERDIR= ${.CURDIR}/../pkfonts300 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/print/pkfonts240/Makefile b/print/pkfonts240/Makefile index 4fc45f0..8bdcb75 100644 --- a/print/pkfonts240/Makefile +++ b/print/pkfonts240/Makefile @@ -1,11 +1,8 @@ -# New ports collection makefile for: English PK fonts at 240dpi -# Date created: 06 Nov 1998 -# Whom: Satoshi Asami <asami@FreeBSD.org> -# +# Created by: Satoshi Asami <asami@FreeBSD.org> # $FreeBSD$ -# RESOLUTION= 240 MASTERDIR= ${.CURDIR}/../pkfonts300 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/print/pkfonts300/Makefile b/print/pkfonts300/Makefile index 0c4054f..59c08ac 100644 --- a/print/pkfonts300/Makefile +++ b/print/pkfonts300/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: English PK fonts -# Date created: 16 Mar 1996 -# Whom: Hideaki Ohmon <ohmon@tom.sfc.keio.ac.jp> -# +# Created by: Hideaki Ohmon <ohmon@tom.sfc.keio.ac.jp> # $FreeBSD$ -# PORTNAME= pkfonts${RESOLUTION} PORTVERSION= 1.0 @@ -27,6 +23,7 @@ RESOLUTION= 300 .if ${RESOLUTION} != 118 && ${RESOLUTION} != 240 && \ ${RESOLUTION} != 300 && ${RESOLUTION} != 360 && \ ${RESOLUTION} != 400 && ${RESOLUTION} != 600 +NO_STAGE= yes .BEGIN: @${ECHO_MSG} "Error: invalid value for RESOLUTION: \"${RESOLUTION}\"" @${ECHO_MSG} "Possible values are: 118, 240, 300, 360, 400 and 600." diff --git a/print/pkfonts360/Makefile b/print/pkfonts360/Makefile index f221580..0a2881c 100644 --- a/print/pkfonts360/Makefile +++ b/print/pkfonts360/Makefile @@ -1,11 +1,8 @@ -# New ports collection makefile for: English PK fonts at 360dpi -# Date created: 06 Nov 1998 -# Whom: Satoshi Asami <asami@FreeBSD.org> -# +# Created by: Satoshi Asami <asami@FreeBSD.org> # $FreeBSD$ -# RESOLUTION= 360 MASTERDIR= ${.CURDIR}/../pkfonts300 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/print/pkfonts400/Makefile b/print/pkfonts400/Makefile index 0852795..e073a2a 100644 --- a/print/pkfonts400/Makefile +++ b/print/pkfonts400/Makefile @@ -1,11 +1,8 @@ -# New ports collection makefile for: English PK fonts at 400dpi -# Date created: 06 Nov 1998 -# Whom: Satoshi Asami <asami@FreeBSD.org> -# +# Created by: Satoshi Asami <asami@FreeBSD.org> # $FreeBSD$ -# RESOLUTION= 400 MASTERDIR= ${.CURDIR}/../pkfonts300 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/print/pkfonts600/Makefile b/print/pkfonts600/Makefile index 3199428..c7539c7 100644 --- a/print/pkfonts600/Makefile +++ b/print/pkfonts600/Makefile @@ -1,11 +1,8 @@ -# New ports collection makefile for: English PK fonts at 600dpi -# Date created: 06 Nov 1998 -# Whom: Satoshi Asami <asami@FreeBSD.org> -# +# Created by: Satoshi Asami <asami@FreeBSD.org> # $FreeBSD$ -# RESOLUTION= 600 MASTERDIR= ${.CURDIR}/../pkfonts300 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/print/pkipplib/Makefile b/print/pkipplib/Makefile index bd70cf5..5af7244 100644 --- a/print/pkipplib/Makefile +++ b/print/pkipplib/Makefile @@ -1,9 +1,5 @@ -# Ports collection Makefile for: pkipplib -# Date created: Jan 19 2009 -# Whom: Rong-En Fan <rafan@FreeBSD.org> -# +# Created by: Rong-En Fan <rafan@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pkipplib PORTVERSION= 0.07 @@ -16,4 +12,5 @@ COMMENT= Create and parse IPP requests USE_PYTHON= yes USE_PYDISTUTILS=yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/pkpgcounter/Makefile b/print/pkpgcounter/Makefile index f9484c2..13ce758 100644 --- a/print/pkpgcounter/Makefile +++ b/print/pkpgcounter/Makefile @@ -1,9 +1,5 @@ -# Ports collection Makefile for: pkpgcounter -# Date created: Jan 1 2006 -# Whom: Rong-En Fan <rafan@FreeBSD.org> -# +# Created by: Rong-En Fan <rafan@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pkpgcounter PORTVERSION= 3.50 @@ -30,6 +26,7 @@ PORTDOCS= README COPYING BUGS CREDITS NEWS _SED_NODOCS= -e '/^data_files.append.*docfiles/s|.*||' .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} \ -e '/^directory.*man1/s|=.*|= "man/man1"|' \ diff --git a/print/pmw/Makefile b/print/pmw/Makefile index 976e121..0bc8119 100644 --- a/print/pmw/Makefile +++ b/print/pmw/Makefile @@ -18,6 +18,7 @@ MAN1= pmw.1 PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/print/pnm2ppa/Makefile b/print/pnm2ppa/Makefile index 7fa1c85..df67736 100644 --- a/print/pnm2ppa/Makefile +++ b/print/pnm2ppa/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pnm2ppa -# Date created: 18 November 1998 -# Whom: smace@freebsd.org -# +# Created by: smace@FreeBSD.org # $FreeBSD$ -# PORTNAME= pnm2ppa PORTVERSION= 1.13 @@ -27,6 +23,7 @@ PLIST_FILES= bin/asciippafilter bin/calibrate_ppa bin/pnm2ppa bin/ppafilter \ PKGDEINSTALL= ${PKGINSTALL} +NO_STAGE= yes .include <bsd.port.pre.mk> .if defined(A4) || !empty(PORT_OPTIONS:MA4SIZE) diff --git a/print/poster/Makefile b/print/poster/Makefile index ce8f194..83992c9 100644 --- a/print/poster/Makefile +++ b/print/poster/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: poster -# Date created: 15 January 2000 -# Whom: Yoshiro MIHIRA <sanpei@sanpei.org> -# +# Created by: Yoshiro MIHIRA <sanpei@sanpei.org> # $FreeBSD$ -# PORTNAME= poster PORTVERSION= 1.0 @@ -22,6 +18,7 @@ NO_WRKSUBDIR= yes MAN1= poster.1 PLIST_FILES= bin/poster +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin @${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.1 ${PREFIX}/man/man1/ diff --git a/print/ps2eps/Makefile b/print/ps2eps/Makefile index 81c1ccf..94b333b7 100644 --- a/print/ps2eps/Makefile +++ b/print/ps2eps/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ps2eps -# Date created: 2005-12-30 -# Whom: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> -# +# Created by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> # $FreeBSD$ -# PORTNAME= ps2eps PORTVERSION= 1.64 @@ -22,6 +18,7 @@ USES= perl5 USE_PERL5= run MAN1= ps2eps.1 bbox.1 +NO_STAGE= yes do-build: ${CC} -o ${WRKSRC}/bbox ${WRKSRC}/src/C/bbox.c diff --git a/print/pscal/Makefile b/print/pscal/Makefile index e905c96..b817537 100644 --- a/print/pscal/Makefile +++ b/print/pscal/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pscal -# Date created: Apr 16, 2001 -# Whom: Mark Pulford <mark@kyne.com.au> -# +# Created by: Mark Pulford <mark@kyne.com.au> # $FreeBSD$ -# PORTNAME= pscal PORTVERSION= 1.16 @@ -16,6 +12,7 @@ COMMENT= A utility for generating Postscript calendars NO_BUILD= yes PLIST_FILES= bin/pscal +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/pscal ${PREFIX}/bin diff --git a/print/psdim/Makefile b/print/psdim/Makefile index 9753aff..f9b2e0b 100644 --- a/print/psdim/Makefile +++ b/print/psdim/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: psdim -# Date created: 22 Apr 2005 17:00:00 CEST -# Whom: e-masson@kisoft-services.com -# +# Created by: e-masson@kisoft-services.com # $FreeBSD$ -# PORTNAME= psdim PORTVERSION= 1.4 @@ -21,4 +17,5 @@ CONFIGURE_ARGS= --prefix=${PREFIX} MAN1= psdim.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/pslib/Makefile b/print/pslib/Makefile index 3440f4c..37febd3 100644 --- a/print/pslib/Makefile +++ b/print/pslib/Makefile @@ -26,6 +26,7 @@ OPTIONS_DEFINE= EXAMPLES MAN NLS OPTIONS_DEFAULT= MAN NLS MAN_DESC= Manual pages +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MEXAMPLES} diff --git a/print/pstotext/Makefile b/print/pstotext/Makefile index 9a08372..f5a457f 100644 --- a/print/pstotext/Makefile +++ b/print/pstotext/Makefile @@ -20,6 +20,7 @@ MAN1= pstotext.1 PLIST_FILES= bin/pstotext PORTDOCS= copyright +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/print/psutils/Makefile b/print/psutils/Makefile index f8dd916..6a29afb 100644 --- a/print/psutils/Makefile +++ b/print/psutils/Makefile @@ -28,4 +28,5 @@ MAN1= psbook.1 psselect.1 pstops.1 epsffit.1 psnup.1 psresize.1 \ SCRIPTS_ENV+= PERL5=${PERL5} CC=${CC} DATADIR=${DATADIR} \ MANPREFIX=${MANPREFIX} PAPER=dummy +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/pup/Makefile b/print/pup/Makefile index 1da37c9..81691c4 100644 --- a/print/pup/Makefile +++ b/print/pup/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pup Printer Utility Program -# Date created: 7 Nob 2002 -# Whom: Klaus Goger <klaus.goger@reflex.at> -# +# Created by: Klaus Goger <klaus.goger@reflex.at> # $FreeBSD$ -# PORTNAME= pup PORTVERSION= 1.1 @@ -21,6 +17,7 @@ USE_GNOME= gtk12 WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}/ +NO_STAGE= yes post-patch: @echo ${WRKSRC} @${REINPLACE_CMD} -e 's|gtk-config|${GTK_CONFIG}|g' ${WRKSRC}/Makefile diff --git a/print/py-cups/Makefile b/print/py-cups/Makefile index 33c98c3..2229c69 100644 --- a/print/py-cups/Makefile +++ b/print/py-cups/Makefile @@ -23,6 +23,7 @@ USE_PYTHON= -2.7 PLIST_FILES= %%PYTHON_SITELIBDIR%%/cups.so PYDISTUTILS_EGGINFO= py${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg-info +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/print/py-fonttools/Makefile b/print/py-fonttools/Makefile index 94b77cc..821ae15 100644 --- a/print/py-fonttools/Makefile +++ b/print/py-fonttools/Makefile @@ -23,6 +23,7 @@ MAN1= ttx.1 DOCSDIR= ${PREFIX}/share/doc/py-fonttools +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/print/py-pdf/Makefile b/print/py-pdf/Makefile index b23c507..e2c51bf6ec 100644 --- a/print/py-pdf/Makefile +++ b/print/py-pdf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-pdf -# Date created: 2007-10-04 16:46:22 -# Whom: Stefan Esser <se@FreeBSD.org> -# +# Created by: Stefan Esser <se@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pdf PORTVERSION= 1.13 @@ -19,4 +15,5 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= pyPdf +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/py-pollyreports/Makefile b/print/py-pollyreports/Makefile index 8c7a48c..709458f 100644 --- a/print/py-pollyreports/Makefile +++ b/print/py-pollyreports/Makefile @@ -23,6 +23,7 @@ OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}/options OPTIONS_DEFINE= REPORTLAB REPORTLAB_DESC= Install Reportlab2 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MREPORTLAB} diff --git a/print/py-pyscript/Makefile b/print/py-pyscript/Makefile index c4d9206..71abce2 100644 --- a/print/py-pyscript/Makefile +++ b/print/py-pyscript/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-script -# Date created: 2006-04-28 -# Whom: Nicola Vitale <nivit@email.it> -# +# Created by: Nicola Vitale <nivit@email.it> # $FreeBSD$ -# PORTNAME= pyscript PORTVERSION= 0.6.1 @@ -30,6 +26,7 @@ PLIST_SUB= PORTEXAMPLES="@comment " PLIST_SUB= PORTEXAMPLES="" .endif +NO_STAGE= yes post-install: .if !defined(WITHOUT_EXAMPLES) diff --git a/print/py-relatorio/Makefile b/print/py-relatorio/Makefile index 846e516..6b93e83 100644 --- a/print/py-relatorio/Makefile +++ b/print/py-relatorio/Makefile @@ -18,4 +18,5 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycha>=0.5.0:${PORTSDIR}/graphics/py-pycha \ USE_PYTHON= yes USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index a57ce08..735eabc 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: reportlab -# Date created: 17 August 2000 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# +# Created by: Thomas Gellekum <tg@FreeBSD.org> # $FreeBSD$ -# PORTNAME= reportlab PORTVERSION= 1.21.2 @@ -34,6 +30,7 @@ DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} DOCS= RML_UserGuide.pdf RML_UserGuide_1_0.pdf diagradoc.pdf graphguide.pdf \ graphics_reference.pdf reference.pdf userguide.pdf +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/rl_config.py @${REINPLACE_CMD} -e 's#with#with26#g' ${WRKSRC}/lib/PyFontify.py diff --git a/print/py-reportlab2/Makefile b/print/py-reportlab2/Makefile index 178fa06..43a64ec 100644 --- a/print/py-reportlab2/Makefile +++ b/print/py-reportlab2/Makefile @@ -38,6 +38,7 @@ DOCS= reportlab-graphics-reference.pdf \ reportlab-reference.pdf \ reportlab-userguide.pdf +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/ports/distfiles|${DISTDIR}|g' ${WRKSRC}/setup.py @${REINPLACE_CMD} -e 's|pfbfer.zip|pfbfer-${PFBFER_VERSION}.zip|g' ${WRKSRC}/setup.py diff --git a/print/py-rtf/Makefile b/print/py-rtf/Makefile index 77a3681..eed3b8b 100644 --- a/print/py-rtf/Makefile +++ b/print/py-rtf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: PyRTF -# Date created: 09 May 2005 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# +# Created by: Thomas Gellekum <tg@FreeBSD.org> # $FreeBSD$ -# PORTNAME= rtf PORTVERSION= 0.45 @@ -21,6 +17,7 @@ PYDISTUTILS_PKGNAME= PyRTF EXAMPLESDIR= ${PREFIX}/share/examples/py-rtf +NO_STAGE= yes post-install: @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} diff --git a/print/py-trml2pdf/Makefile b/print/py-trml2pdf/Makefile index 20f4a83..e084f58 100644 --- a/print/py-trml2pdf/Makefile +++ b/print/py-trml2pdf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-trml2pdf -# Date created: 22 November 2009 -# Whom: Kevin Golding <ports@caomhin.org> -# +# Created by: Kevin Golding <ports@caomhin.org> # $FreeBSD$ -# PORTNAME= trml2pdf PORTVERSION= 1.2 @@ -26,6 +22,7 @@ USE_PYTHON= yes DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} +NO_STAGE= yes do-install: @${MKDIR} ${PYTHON_SITELIBDIR}/trml2pdf @${INSTALL_SCRIPT} ${WRKSRC}/trml2pdf/* ${PYTHON_SITELIBDIR}/trml2pdf diff --git a/print/qpdf/Makefile b/print/qpdf/Makefile index b384cf7..3a89bcf 100644 --- a/print/qpdf/Makefile +++ b/print/qpdf/Makefile @@ -21,6 +21,7 @@ USES= gmake MAN1= fix-qdf.1 qpdf.1 zlib-flate.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|' \ -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \ diff --git a/print/qpdfview/Makefile b/print/qpdfview/Makefile index 241fdc7..a2d0354 100644 --- a/print/qpdfview/Makefile +++ b/print/qpdfview/Makefile @@ -28,6 +28,7 @@ DJVU_DESC= DjVu support PS_DESC= PostScript support OPTIONS_DEFAULT= PDF +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDJVU} diff --git a/print/rlpr/Makefile b/print/rlpr/Makefile index a2fe8ef..395b38a 100644 --- a/print/rlpr/Makefile +++ b/print/rlpr/Makefile @@ -17,6 +17,7 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes # rlpr supports gettext/libintl, but does not currently come with ANY # translation .po files. When this changes, it would make sense to +NO_STAGE= yes # enable the use of gettext in this port: #USES= gettext #CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib -lintl" diff --git a/print/rprint/Makefile b/print/rprint/Makefile index b256685..c3c09ce 100644 --- a/print/rprint/Makefile +++ b/print/rprint/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rprint -# Date created: June 19th, 2001 -# Whom: Konrad Heuer -# +# Created by: Konrad Heuer # $FreeBSD$ -# PORTNAME= rprint PORTVERSION= 3.2 @@ -18,6 +14,7 @@ MAN1= rprint.1 MANCOMPRESSED= yes PLIST_FILES= bin/rprint +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s/^(CC|CFLAGS).+//g" ${WRKSRC}/Makefile diff --git a/print/rtf2latex/Makefile b/print/rtf2latex/Makefile index f7dffe4..1f1a612 100644 --- a/print/rtf2latex/Makefile +++ b/print/rtf2latex/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rtf2LaTeX -# Date created: 25 Jan 1995 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# +# Created by: Thomas Gellekum <tg@FreeBSD.org> # $FreeBSD$ -# PORTNAME= rtf2latex PORTVERSION= 1.5 @@ -19,6 +15,7 @@ WRKSRC= ${WRKDIR}/rtf2LaTeX MAN1= rtf2LaTeX.1 +NO_STAGE= yes post-extract: ${CP} ${FILESDIR}/Makefile ${WRKSRC} diff --git a/print/rtf2latex2e/Makefile b/print/rtf2latex2e/Makefile index 42b6212..1e1a298 100644 --- a/print/rtf2latex2e/Makefile +++ b/print/rtf2latex2e/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rtf2latex2e -# Date created: 13 Oct 2008 -# Whom: Martin Dieringer <martin.dieringer@gmx.de> -# +# Created by: Martin Dieringer <martin.dieringer@gmx.de> # $FreeBSD$ -# PORTNAME= rtf2latex2e PORTVERSION= 2.0.1 @@ -19,4 +15,5 @@ LICENSE= GPLv2 USE_ZIP= yes USE_GMAKE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/ruby-panda/Makefile b/print/ruby-panda/Makefile index 37baf1de..246f0b9 100644 --- a/print/ruby-panda/Makefile +++ b/print/ruby-panda/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Ruby/Panda -# Date created: 28 March 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= panda PORTVERSION= 0.0.7 @@ -34,6 +30,7 @@ DOCS_JA= ChangeLog.ja README.ja TODO.ja \ doc/ref_ja.html doc/ref_ja.rd EXAMPLES_EN= circles.rb main.rb morecircles.rb template.rb +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR} diff --git a/print/rubygem-afm/Makefile b/print/rubygem-afm/Makefile index 099c47d..6c9b825 100644 --- a/print/rubygem-afm/Makefile +++ b/print/rubygem-afm/Makefile @@ -13,4 +13,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/rubygem-color/Makefile b/print/rubygem-color/Makefile index dabaffc..f671677 100644 --- a/print/rubygem-color/Makefile +++ b/print/rubygem-color/Makefile @@ -15,4 +15,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/rubygem-colortools/Makefile b/print/rubygem-colortools/Makefile index 436d78d..6b15826 100644 --- a/print/rubygem-colortools/Makefile +++ b/print/rubygem-colortools/Makefile @@ -14,4 +14,5 @@ USE_RUBYGEMS= yes GEM_NAME= ${DISTNAME} RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/rubygem-pdf-reader/Makefile b/print/rubygem-pdf-reader/Makefile index 0018902..b428cab 100644 --- a/print/rubygem-pdf-reader/Makefile +++ b/print/rubygem-pdf-reader/Makefile @@ -20,4 +20,5 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES+= bin/pdf_callbacks bin/pdf_list_callbacks bin/pdf_object bin/pdf_text +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/rubygem-pdfwriter/Makefile b/print/rubygem-pdfwriter/Makefile index 7ad91f2..65a05ce 100644 --- a/print/rubygem-pdfwriter/Makefile +++ b/print/rubygem-pdfwriter/Makefile @@ -19,4 +19,5 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/techbook +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/rubygem-prawn-core/Makefile b/print/rubygem-prawn-core/Makefile index f4cd04a..f26e8ab 100644 --- a/print/rubygem-prawn-core/Makefile +++ b/print/rubygem-prawn-core/Makefile @@ -1,7 +1,4 @@ -# Ports collection makefile for: rubygem-prawn-core -# Date created: 19 June, 2009 -# Whom: Wen Heping <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $FreeBSD$ PORTNAME= prawn-core @@ -16,4 +13,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/rubygem-prawn-flexible-table/Makefile b/print/rubygem-prawn-flexible-table/Makefile index dc82925..badee96 100644 --- a/print/rubygem-prawn-flexible-table/Makefile +++ b/print/rubygem-prawn-flexible-table/Makefile @@ -1,7 +1,3 @@ -# Ports collection makefile for: rubygem-prawn-flexible-table -# Date created: December 16, 2010 -# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com> -# # $FreeBSD$ PORTNAME= prawn-flexible-table @@ -18,4 +14,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/rubygem-prawn-format/Makefile b/print/rubygem-prawn-format/Makefile index 5856dad..b359047 100644 --- a/print/rubygem-prawn-format/Makefile +++ b/print/rubygem-prawn-format/Makefile @@ -1,7 +1,4 @@ -# Ports collection makefile for: rubygem-prawn-format -# Date created: 19 June, 2009 -# Whom: Wen Heping <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $FreeBSD$ PORTNAME= prawn-format @@ -18,4 +15,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/rubygem-prawn-graph/Makefile b/print/rubygem-prawn-graph/Makefile index 6d7c25b..8c280ec 100644 --- a/print/rubygem-prawn-graph/Makefile +++ b/print/rubygem-prawn-graph/Makefile @@ -1,7 +1,4 @@ -# Ports collection makefile for: rubygem-prawn-graph -# Date created: December 16, 2010 -# Whom: Philip M. Gollucci <pgpollucci@p6m7g8.com> -# +# Created by: Philip M. Gollucci <pgpollucci@p6m7g8.com> # $FreeBSD$ PORTNAME= prawn-graph @@ -18,4 +15,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/rubygem-prawn-js/Makefile b/print/rubygem-prawn-js/Makefile index d0e2084..b9d8913 100644 --- a/print/rubygem-prawn-js/Makefile +++ b/print/rubygem-prawn-js/Makefile @@ -1,7 +1,3 @@ -# Ports collection makefile for: rubygem-prawn-js -# Date created: December 16, 2010 -# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com> -# # $FreeBSD$ PORTNAME= prawn-js @@ -18,4 +14,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/rubygem-prawn-layout/Makefile b/print/rubygem-prawn-layout/Makefile index 0cee76e..dd490f0 100644 --- a/print/rubygem-prawn-layout/Makefile +++ b/print/rubygem-prawn-layout/Makefile @@ -1,7 +1,4 @@ -# Ports collection makefile for: rubygem-prawn-layout -# Date created: 21 Jan 2009 -# Whom: wenheping@gmail.com -# +# Created by: wenheping@gmail.com # $FreeBSD$ PORTNAME= prawn-layout @@ -16,4 +13,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/rubygem-prawn-security/Makefile b/print/rubygem-prawn-security/Makefile index 0916c86..8ce30f5 100644 --- a/print/rubygem-prawn-security/Makefile +++ b/print/rubygem-prawn-security/Makefile @@ -1,7 +1,4 @@ -# Ports collection makefile for: rubygem-prawn-security -# Date created: 12 Nov, 2009 -# Whom: Wen Heping <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $FreeBSD$ PORTNAME= prawn-security @@ -16,4 +13,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/rubygem-prawn-svg/Makefile b/print/rubygem-prawn-svg/Makefile index 02fc4b0..ee971d5 100644 --- a/print/rubygem-prawn-svg/Makefile +++ b/print/rubygem-prawn-svg/Makefile @@ -1,4 +1,3 @@ -# Created by: Philip M. Gollucci <pgollucci@p6m7g8.com> # $FreeBSD$ PORTNAME= prawn-svg @@ -15,4 +14,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/rubygem-prawn/Makefile b/print/rubygem-prawn/Makefile index deba41c..c018844 100644 --- a/print/rubygem-prawn/Makefile +++ b/print/rubygem-prawn/Makefile @@ -16,4 +16,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/rubygem-ttfunk/Makefile b/print/rubygem-ttfunk/Makefile index 7106720..8c83db3 100644 --- a/print/rubygem-ttfunk/Makefile +++ b/print/rubygem-ttfunk/Makefile @@ -13,4 +13,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/scribus-devel/Makefile b/print/scribus-devel/Makefile index 291ae4e..f0d00b5 100644 --- a/print/scribus-devel/Makefile +++ b/print/scribus-devel/Makefile @@ -49,6 +49,7 @@ FETCH_DEPENDS+= svn:${PORTSDIR}/devel/subversion SVN_REV= 17820 # svn tip at epoch 2009120801 SVNROOT_URI= svn://scribus.net/trunk/Scribus +NO_STAGE= yes .include <bsd.port.pre.mk> post-install: diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 709003e..f6dce62 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -40,6 +40,7 @@ MAN1= scribus.1 MANLANG= "" pl de MANCOMPRESSED= no +NO_STAGE= yes post-install: ${LN} ${DATADIR}/icons/scribus.png ${PREFIX}/share/pixmaps/ diff --git a/print/sgf2tex/Makefile b/print/sgf2tex/Makefile index baba61f..d1d37eb 100644 --- a/print/sgf2tex/Makefile +++ b/print/sgf2tex/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sgf2tex -# Date created: 24 August 1999 -# Whom: spcoltri@unm.edu -# +# Created by: spcoltri@unm.edu # $FreeBSD$ -# PORTNAME= sgf2tex PORTVERSION= 3.3 @@ -23,4 +19,5 @@ MAN1= sgf2tex.1 sgfsplit.1 TEX_BIN= ${LOCALBASE}/bin/etex MKTEXLSR= ${LOCALBASE}/bin/mktexlsr +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/splix/Makefile b/print/splix/Makefile index a03d40c..d3d98fe 100644 --- a/print/splix/Makefile +++ b/print/splix/Makefile @@ -42,6 +42,7 @@ JBIG_DESC= Enable use of JBIG algorithm (pattented) BLACKOPTIM_DESC= Enable black correction algorithm OPTIONS_DEFAULT= JBIG BLACKOPTIM +NO_STAGE= yes .include "bsd.port.options.mk" post-patch: diff --git a/print/sv-acroread8/Makefile b/print/sv-acroread8/Makefile index b9ac4b2..aaeb5d1 100644 --- a/print/sv-acroread8/Makefile +++ b/print/sv-acroread8/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sv-acroread8 -# Date created: 27 December 2007 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# PKGNAMEPREFIX= sv- @@ -12,4 +8,5 @@ DISTINFO_FILE= ${.CURDIR}/distinfo ADOBE_LANG= SVE +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/print/system-config-printer/Makefile b/print/system-config-printer/Makefile index 4b301c2..86ab797 100644 --- a/print/system-config-printer/Makefile +++ b/print/system-config-printer/Makefile @@ -38,6 +38,7 @@ INSTALLS_EGGINFO= yes PYDISTUTILS_PKGNAME= cupshelpers PYDISTUTILS_PKGVERSION= 1.0 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g; \ s|%%PREFIX%%|${PREFIX}|g' \ diff --git a/print/t1utils/Makefile b/print/t1utils/Makefile index 25abf94..f564464 100644 --- a/print/t1utils/Makefile +++ b/print/t1utils/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: t1utils -# Date created: 2 September 1999 -# Whom: Mike Meyer <mwm@mired.org> -# +# Created by: Mike Meyer <mwm@mired.org> # $FreeBSD$ -# PORTNAME= t1utils PORTVERSION= 1.32 @@ -17,4 +13,5 @@ MAN1= t1ascii.1 t1binary.1 t1asm.1 t1disasm.1 t1unmac.1 t1mac.1 GNU_CONFIGURE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/teTeX-base/Makefile b/print/teTeX-base/Makefile index 7f3bdae..e01d849 100644 --- a/print/teTeX-base/Makefile +++ b/print/teTeX-base/Makefile @@ -104,6 +104,7 @@ MLINKS= dvilj.1 dvilj2p.1 \ INFO= kpathsea latex web2c +NO_STAGE= yes .include <bsd.port.pre.mk> PLIST_SUB?= diff --git a/print/teTeX-texmf/Makefile b/print/teTeX-texmf/Makefile index f587d28..7cd87f0 100644 --- a/print/teTeX-texmf/Makefile +++ b/print/teTeX-texmf/Makefile @@ -25,6 +25,7 @@ CONFLICTS= latex2e-[0-9]* tex-[0-9]* dvips-[0-9]* xdvi-[0-9]* \ tex-kpathsea-[0-9]* tex-xdvik-[0-9]* \ tex-dvipsk-[0-9]* tex-dvipdfmx-[0-9]* +NO_STAGE= yes .include <bsd.port.pre.mk> NO_WRKSUBDIR= YES diff --git a/print/teTeX/Makefile b/print/teTeX/Makefile index 0cb7d12..9f221b7 100644 --- a/print/teTeX/Makefile +++ b/print/teTeX/Makefile @@ -18,6 +18,7 @@ USE_TEX= base texmf dvipsk dvipdfmx OPTIONS_DEFINE= LETTERSIZE X11 LETTERSIZE_DESC= Use letter size by default +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX11} diff --git a/print/tex-aleph/Makefile b/print/tex-aleph/Makefile index be3aba0..c73090d 100644 --- a/print/tex-aleph/Makefile +++ b/print/tex-aleph/Makefile @@ -75,6 +75,7 @@ MLINKS= aleph.1 lamed.1 \ dvitype.1 odvitype.1 \ tangle.1 otangle.1 +NO_STAGE= yes pre-configure: for D in libs/obsdcompat libs/xpdf; do \ cd ${WRKDIR}/${DISTNAME}/$$D && \ diff --git a/print/tex-dvipdfmx/Makefile b/print/tex-dvipdfmx/Makefile index a977173..ca33799 100644 --- a/print/tex-dvipdfmx/Makefile +++ b/print/tex-dvipdfmx/Makefile @@ -65,6 +65,7 @@ LDFLAGS+= -lpaper -L${LOCALBASE}/lib NO_MANCOMPRESS= yes MAN1= dvipdfm.1 dvipdft.1 ebb.1 extractbb.1 +NO_STAGE= yes pre-su-install: ${CAT} ${DISTDIR}/${DIST_SUBDIR}/texlive-${DISTVERSION_TEXMF}-texmf${EXTRACT_SUFX} \ ${EXTRACT_AFTER_ARGS_TEXMF} diff --git a/print/tex-dvipsk/Makefile b/print/tex-dvipsk/Makefile index c515784..423db22 100644 --- a/print/tex-dvipsk/Makefile +++ b/print/tex-dvipsk/Makefile @@ -61,6 +61,7 @@ NO_MANCOMPRESS= yes MAN1= afm2tfm.1 dvips.1 INFO= dvips +NO_STAGE= yes pre-su-install: ${CAT} ${DISTDIR}/${DIST_SUBDIR}/texlive-${DISTVERSION_TEXMF}-texmf${EXTRACT_SUFX} \ ${EXTRACT_AFTER_ARGS_TEXMF} diff --git a/print/tex-formats/Makefile b/print/tex-formats/Makefile index 83f3399..10d336d 100644 --- a/print/tex-formats/Makefile +++ b/print/tex-formats/Makefile @@ -18,6 +18,7 @@ TEXHASHDIRS= ${TEXMFVARDIR} TEX_FORMATS= amstex context cslatex eplain latex-bin \ metafont mex mltex mptopdf pdftex tex texsis +NO_STAGE= yes do-install: @${DO_NADA} diff --git a/print/tex-jadetex/Makefile b/print/tex-jadetex/Makefile index f00fa7d..0460727 100644 --- a/print/tex-jadetex/Makefile +++ b/print/tex-jadetex/Makefile @@ -26,6 +26,7 @@ NO_WRKSRC= yes NO_BUILD= yes TEX_FORMATS= jadetex +NO_STAGE= yes do-install: ${CAT} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} \ ${EXTRACT_AFTER_ARGS} diff --git a/print/tex-luatex/Makefile b/print/tex-luatex/Makefile index b43a9a1..516673f 100644 --- a/print/tex-luatex/Makefile +++ b/print/tex-luatex/Makefile @@ -87,6 +87,7 @@ CFLAGS+= -I${LOCALBASE}/include MAKE_JOBS_UNSAFE= yes TEX_FORMATS= luatex +NO_STAGE= yes pre-configure: for D in libs/obsdcompat libs/xpdf; do \ cd ${WRKDIR}/${DISTNAME}/$$D && \ diff --git a/print/tex-mfpic/Makefile b/print/tex-mfpic/Makefile index 8362576..e399f98 100644 --- a/print/tex-mfpic/Makefile +++ b/print/tex-mfpic/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: tex-mfpic -# Date created: 16 July 2011 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ PORTNAME= mfpic @@ -44,6 +41,7 @@ DOC_FILES= README changes.txt install.txt doc/coil.mps \ doc/mfpdoc.sty doc/mfpguide.pdf doc/mfpguide.tex \ doc/mfpic-doc.pdf doc/mfpic-doc.tex +NO_STAGE= yes do-build: cd ${WRKDIR} && ${YES_CMD} | ${TEX_BIN} mfpic.ins diff --git a/print/tex-omegaware-old/Makefile b/print/tex-omegaware-old/Makefile index 38c49d9..eed2d98 100644 --- a/print/tex-omegaware-old/Makefile +++ b/print/tex-omegaware-old/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: tex-omegaware-old -# Date created: 24 Jan 2004 -# Whom: hrs@FreeBSD.org -# +# Created by: hrs@FreeBSD.org # $FreeBSD$ PORTNAME= tex-omegaware-old @@ -37,6 +34,7 @@ CONFIGURE_ARGS= --disable-multiplatform \ --with-system-ncurses --with-system-zlib CONFIGURE_ENV= INSTALL_PROGRAM="${BSD_INSTALL_SCRIPT}" +NO_STAGE= yes pre-build: ${CP} ${FILESDIR}/Makefile.${PORTNAME} ${WRKSRC}/Makefile diff --git a/print/tex-ptexenc/Makefile b/print/tex-ptexenc/Makefile index 203db8d..3d5bc23 100644 --- a/print/tex-ptexenc/Makefile +++ b/print/tex-ptexenc/Makefile @@ -25,4 +25,5 @@ CONFIGURE_ARGS= --with-system-kpathsea \ --with-kpathsea-includes=${LOCALBASE}/include \ --with-kpathsea-libdir=${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/tex-texmflocal/Makefile b/print/tex-texmflocal/Makefile index 7e10815..beb6ae1 100644 --- a/print/tex-texmflocal/Makefile +++ b/print/tex-texmflocal/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: tex-texmflocal -# Date created: 24 Jan 2004 -# Whom: hrs@FreeBSD.org -# +# Created by: hrs@FreeBSD.org # $FreeBSD$ PORTNAME= tex-texmflocal @@ -29,6 +26,7 @@ TEXMFCONFIGDIR= share/texmf-config TEXMFCONFIG_LSR=${PREFIX}/${TEXMFCONFIGDIR}/ls-R MKTEXLSR= ${LOCALBASE}/bin/mktexlsr +NO_STAGE= yes .include <bsd.port.pre.mk> DIRS!= ${CAT} ${FILESDIR}/dirlist diff --git a/print/tex-xdvik/Makefile b/print/tex-xdvik/Makefile index 6327f1c..16a57b3 100644 --- a/print/tex-xdvik/Makefile +++ b/print/tex-xdvik/Makefile @@ -48,6 +48,7 @@ PORTDOCS= BUGS CHANGES INSTALL README README.CVS README.coding \ README.config README.cross README.distro README.hacking \ README.layout README.xdvik README_maintainer TODO +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/print/tex-xetex/Makefile b/print/tex-xetex/Makefile index 7d08a89..c1e8daf 100644 --- a/print/tex-xetex/Makefile +++ b/print/tex-xetex/Makefile @@ -80,6 +80,7 @@ CFLAGS+= -I${LOCALBASE}/include MAKE_JOBS_UNSAFE= yes TEX_FORMATS= xetex +NO_STAGE= yes pre-configure: for D in libs/harfbuzz libs/xpdf; do \ cd ${WRKDIR}/${DISTNAME}/$$D && \ diff --git a/print/tex-xmltex/Makefile b/print/tex-xmltex/Makefile index 93a0da3..40f7ba3 100644 --- a/print/tex-xmltex/Makefile +++ b/print/tex-xmltex/Makefile @@ -26,6 +26,7 @@ NO_WRKSRC= yes NO_BUILD= yes TEX_FORMATS= xmltex +NO_STAGE= yes do-install: ${CAT} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} \ ${EXTRACT_AFTER_ARGS} diff --git a/print/tex/Makefile b/print/tex/Makefile index db424b4..22b226a 100644 --- a/print/tex/Makefile +++ b/print/tex/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tex -# Date created: 29 September 1994 -# Whom: jmz -# +# Created by: jmz # $FreeBSD$ -# PORTNAME= tex PORTVERSION= 3.14159 @@ -38,6 +34,7 @@ MAN1= access.1 amstex.1 bibtex.1 dmp.1 dvicopy.1 dvitype.1 eplain.1 \ INFO= kpathsea web2c MAKE_FLAGS= fmts= all_mems= +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index 636ab68..563ed0d 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -32,6 +32,7 @@ MAN5= info.5 texinfo.5 TEXMF= share/texmf PLIST_SUB= TEXMF=${TEXMF} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile index d5c4bb3..a062a33 100644 --- a/print/texlive-base/Makefile +++ b/print/texlive-base/Makefile @@ -109,6 +109,7 @@ MAN1= afm2pl.1 allcm.1 allec.1 allneeded.1 bbox.1 bg5conv.1 \ MAN5= fmtutil.cnf.5 updmap.cfg.5 INFO= dvipng +NO_STAGE= yes post-patch: cd ${WRKSRC} && \ ${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' \ diff --git a/print/texlive-docs/Makefile b/print/texlive-docs/Makefile index fb9e67e..d79d7cf 100644 --- a/print/texlive-docs/Makefile +++ b/print/texlive-docs/Makefile @@ -37,6 +37,7 @@ EXCLUDE_FILES= \*/doc/man \ EXTRACT_AFTER_ARGS=| ${TAR} xf - ${EXCLUDE_FILES:S,^,--exclude ${DISTNAME}/,} +NO_STAGE= yes do-extract: @${MKDIR} ${WRKDIR} diff --git a/print/texlive-full/Makefile b/print/texlive-full/Makefile index f22a264..669e43a 100644 --- a/print/texlive-full/Makefile +++ b/print/texlive-full/Makefile @@ -17,6 +17,7 @@ NO_BUILD= yes OPTIONS_DEFINE= DOCS OPTIONS_DEFAULT=DOCS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/print/texlive-infra/Makefile b/print/texlive-infra/Makefile index 4017cb4..8ad716d 100644 --- a/print/texlive-infra/Makefile +++ b/print/texlive-infra/Makefile @@ -16,6 +16,7 @@ USE_TEX= texlive texmf NO_BUILD= yes NO_WRKSUBDIR= yes +NO_STAGE= yes do-install: ${MKDIR} ${SITE_PERL}/TeXLive ${INSTALL_DATA} ${WRKSRC}/tlpkg/TeXLive/*.pm ${SITE_PERL}/TeXLive diff --git a/print/texlive-texmf/Makefile b/print/texlive-texmf/Makefile index a56961c..dbc9578 100644 --- a/print/texlive-texmf/Makefile +++ b/print/texlive-texmf/Makefile @@ -164,6 +164,7 @@ EXCLUDE_FILES= \*/doc/man \ EXTRACT_AFTER_ARGS=| ${TAR} xf - ${EXCLUDE_FILES:S,^,--exclude ${DISTNAME}/,} +NO_STAGE= yes do-extract: @${MKDIR} ${WRKDIR} diff --git a/print/texpower/Makefile b/print/texpower/Makefile index 1b3522c..a1a0ca1 100644 --- a/print/texpower/Makefile +++ b/print/texpower/Makefile @@ -23,6 +23,7 @@ DOCFILES= 00readme.txt 01install.txt \ OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> do-build: diff --git a/print/texvc/Makefile b/print/texvc/Makefile index 83e2308..5fceddc 100644 --- a/print/texvc/Makefile +++ b/print/texvc/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: texvc -# Date created: 2008-06-14 -# Whom: Max Brazhnikov <makc@issp.ac.ru> -# # $FreeBSD$ -# PORTNAME= texvc PORTVERSION= 20050202 @@ -26,6 +21,7 @@ OPTIONS_DEFINE= RASTER OPTIONS_DEFAULT= ${OPTIONS_DEFINE} RASTER_DESC= rasterization support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MRASTER} diff --git a/print/tgif2tex/Makefile b/print/tgif2tex/Makefile index d822534..487f00f 100644 --- a/print/tgif2tex/Makefile +++ b/print/tgif2tex/Makefile @@ -28,6 +28,7 @@ OPTIONS_DEFINE= DOCS USES= perl5 USE_PERL5= run +NO_STAGE= yes .include <bsd.port.options.mk> do-build: diff --git a/print/transfig/Makefile b/print/transfig/Makefile index 33a7213..10338cf 100644 --- a/print/transfig/Makefile +++ b/print/transfig/Makefile @@ -1,4 +1,4 @@ -# Created by: chuckr@freebsd.org +# Created by: chuckr@FreeBSD.org # $FreeBSD$ PORTNAME= transfig @@ -27,4 +27,5 @@ MAKE_ARGS+= INSTALLFLAGS="${COPY}" \ INSTDATFLAGS="${_SHROWNGRP} -m ${SHAREMODE}" \ INSTMANFLAGS="${_MANOWNGRP} -m ${MANMODE}" +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/trueprint/Makefile b/print/trueprint/Makefile index 452b3e6..3cd5618 100644 --- a/print/trueprint/Makefile +++ b/print/trueprint/Makefile @@ -20,4 +20,5 @@ INFO= trueprint PLIST_FILES= bin/trueprint +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/ttf2pt1/Makefile b/print/ttf2pt1/Makefile index 0aacc58..fa2e6cc 100644 --- a/print/ttf2pt1/Makefile +++ b/print/ttf2pt1/Makefile @@ -36,4 +36,5 @@ CPPFLAGS+= `pkg-config --cflags freetype2` \ LDFLAGS+= `pkg-config --libs freetype2` \ -L${LOCALBASE}/lib -lm +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/ttfquery/Makefile b/print/ttfquery/Makefile index 80c2bfb..d6c4955 100644 --- a/print/ttfquery/Makefile +++ b/print/ttfquery/Makefile @@ -20,4 +20,5 @@ USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= TTFQuery +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/ttftot42/Makefile b/print/ttftot42/Makefile index abaf7d9..33b8bbd 100644 --- a/print/ttftot42/Makefile +++ b/print/ttftot42/Makefile @@ -19,4 +19,5 @@ CPPFLAGS+= -I${LOCALBASE}/include/freetype1/freetype \ -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/txtbdf2ps/Makefile b/print/txtbdf2ps/Makefile index 75d1e48..a43fda7 100644 --- a/print/txtbdf2ps/Makefile +++ b/print/txtbdf2ps/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: txtbdf2ps -# Date created: Aug 10, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= txtbdf2ps PORTVERSION= 0.7.1 @@ -26,6 +21,7 @@ EXTRACT_AFTER_ARGS= ${WRKDIR} NO_WRKSUBDIR= yes NO_BUILD= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|g' ${WRKSRC}/${DISTNAME}.txt diff --git a/print/typetools/Makefile b/print/typetools/Makefile index 680d00b..acee6d8 100644 --- a/print/typetools/Makefile +++ b/print/typetools/Makefile @@ -22,4 +22,5 @@ MAN1= cfftot1.1 mmafm.1 mmpfb.1 otfinfo.1 otftotfm.1 t1dotlessj.1 \ DATADIR= ${PREFIX}/share/lcdf-${PORTNAME} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/utopia/Makefile b/print/utopia/Makefile index 4e4ad609..339938a 100644 --- a/print/utopia/Makefile +++ b/print/utopia/Makefile @@ -13,4 +13,5 @@ MAN7= utopia_font.7 MANCOMPRESSED= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/print/wprint/Makefile b/print/wprint/Makefile index 138cf28..cd481a8 100644 --- a/print/wprint/Makefile +++ b/print/wprint/Makefile @@ -23,6 +23,7 @@ MAN1= wprint.1 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: .for file in man/wprint.1.pod src/wprint.c @${REINPLACE_CMD} -e "s|/etc/wprint\.conf|${PREFIX}/etc/wprint.conf|g" \ diff --git a/print/xdvi/Makefile b/print/xdvi/Makefile index 31bce59..c6b10f5 100644 --- a/print/xdvi/Makefile +++ b/print/xdvi/Makefile @@ -29,6 +29,7 @@ IS_INTERACTIVE= yes MAN1= xdvi.1 +NO_STAGE= yes post-configure: @${REINPLACE_CMD} -e "s=distclean::=distclean:=g" ${WRKSRC}/Makefile .for F in pkg-install pkg-deinstall diff --git a/print/xdvik/Makefile b/print/xdvik/Makefile index 6777080..ba1a7a8 100644 --- a/print/xdvik/Makefile +++ b/print/xdvik/Makefile @@ -64,6 +64,7 @@ PKGINSTALL_SUB= MKTEXLSR=${MKTEXLSR} \ TEXCONFIGBIN=${TEXCONFIGBIN} \ LOCALBASE=${LOCALBASE} +NO_STAGE= yes pre-install: ${SED} ${PKGINSTALL_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ < ${FILESDIR}/pkg-install.in > ${PKGINSTALL} diff --git a/print/xfce4-print/Makefile b/print/xfce4-print/Makefile index dcc789d..6b7ef49 100644 --- a/print/xfce4-print/Makefile +++ b/print/xfce4-print/Makefile @@ -32,6 +32,7 @@ OPTIONS_SINGLE_PRINTMETHOD= LPR CUPS LETTER_DESC= Use letter paper format instead of A4 LPR_DESC= Use lpr as printing system +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MCUPS} diff --git a/print/xmbibtex/Makefile b/print/xmbibtex/Makefile index 951489a..8d3373d 100644 --- a/print/xmbibtex/Makefile +++ b/print/xmbibtex/Makefile @@ -19,6 +19,7 @@ NO_INSTALL_MANPAGES= yes PLIST_FILES= bin/xmbibtex lib/X11/app-defaults/XmBibTeX +NO_STAGE= yes post-configure: @${REINPLACE_CMD} -e 's,(CCLINK,(CXXLINK, ; s,/usr/local,${PREFIX},' \ ${WRKSRC}/Makefile diff --git a/print/xmltex/Makefile b/print/xmltex/Makefile index ab6a111..e04b353 100644 --- a/print/xmltex/Makefile +++ b/print/xmltex/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmltex -# Date created: 9 May 2002 -# Whom: Nik Clayton <nik@FreeBSD.org> -# +# Created by: Nik Clayton <nik@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xmltex PORTVERSION= 1.9 @@ -22,6 +18,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png USE_TEX= tex +NO_STAGE= yes .include <bsd.port.pre.mk> PLIST_SUB= MKTEXLSR=${MKTEXLSR} CLASSDIR=${CLASSDIR} WEB2CDIR=${WEB2CDIR} diff --git a/print/xpp/Makefile b/print/xpp/Makefile index bb2f225..3e6dc30 100644 --- a/print/xpp/Makefile +++ b/print/xpp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xpp -# Date created: 23 Mar 2007 -# Whom: Nate Lawson <njl@freebsd.org> -# +# Created by: Nate Lawson <njl@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xpp PORTVERSION= 1.5 @@ -25,6 +21,7 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/xpp share/doc/xpp/README PLIST_DIRS= share/doc/xpp +NO_STAGE= yes post-configure: @${REINPLACE_CMD} -e 's|$$(all_includes)|-I ${PREFIX}/include|' \ ${WRKSRC}/Makefile diff --git a/print/xtexsh/Makefile b/print/xtexsh/Makefile index b2ecb70..196b54e 100644 --- a/print/xtexsh/Makefile +++ b/print/xtexsh/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xtexsh -# Date created: 11 August 2001 -# Whom: Jean-Sebastien Roy <js@jeannot.org> -# +# Created by: Jean-Sebastien Roy <js@jeannot.org> # $FreeBSD$ -# PORTNAME= xtexsh PORTVERSION= 1.4.2 @@ -27,6 +23,7 @@ INSTALLS_ICONS= yes MAN1= xtexsh.1 MANCOMPRESSED= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|/usr/bin|${LOCALBASE}/bin|g ; \ diff --git a/print/yatex/Makefile b/print/yatex/Makefile index 68d64f1..8e9ed45 100644 --- a/print/yatex/Makefile +++ b/print/yatex/Makefile @@ -32,6 +32,7 @@ ELFILES= comment.el yatex.el yatexadd.el yatexgen.el \ OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-extract: |