1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Add NO_STAGE all over the place in preparation for the staging support (cat: ports-mgmt)

This commit is contained in:
Baptiste Daroussin 2013-09-20 22:36:49 +00:00
parent 7de0193087
commit 16f65335a1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327762
81 changed files with 114 additions and 173 deletions

View File

@ -1,11 +1,5 @@
# New ports collection makefile for: bpkg
# Date created: 24 June 2007
# Whom: Andy Kosela <akosela@andykosela.com>
#
# Created by: Andy Kosela <akosela@andykosela.com>
# $FreeBSD$
#
# This port is self contained in the files directory.
#
PORTNAME= bpkg
PORTVERSION= 2.1.7
@ -23,6 +17,7 @@ PLIST_FILES= bin/bpkg
MAN8= bpkg.8
NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/bpkg.sh ${PREFIX}/bin/bpkg
${INSTALL_MAN} ${FILESDIR}/bpkg.8 ${MAN8PREFIX}/man/man8

View File

@ -22,6 +22,7 @@ MAKE_ENV+= OSTYPE="${OPSYS}"
SUB_FILES= bpm.desktop
NO_STAGE= yes
post-patch:
@${FIND} ${WRKSRC} -name Makefile | ${XARGS} \
${REINPLACE_CMD} -e "s|-lintl|-lintl -L${LOCALBASE}/lib|g"

View File

@ -20,6 +20,7 @@ USE_BZIP2= YES
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800000

View File

@ -32,6 +32,7 @@ SUB_FILES= pkg-message
SUB_LIST= MAN7PREFIX="${MAN7PREFIX}"
PORTDOCS= *
NO_STAGE= yes
.include <bsd.port.options.mk>
post-install:

View File

@ -11,6 +11,7 @@ D4P_SLAVE= yes
PLIST_FILES= bin/dialog4ports-static
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dialog4ports \
${PREFIX}/bin/dialog4ports-static

View File

@ -27,6 +27,7 @@ MAN1= ${PORTNAME}.1
PLIST_FILES= bin/dialog4ports
.endif
NO_STAGE= yes
.include <bsd.port.pre.mk>
MAKE_ARGS+= DEBUG_FLAGS="${DEBUG_FLAGS}"

View File

@ -17,4 +17,5 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -15,6 +15,7 @@ NO_BUILD= yes
PLIST_FILES= bin/fastest_sites
NO_STAGE= yes
do-extract:
@${MKDIR} ${WRKSRC}
@${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}

View File

@ -16,6 +16,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
SUB_FILES= 600.fbsdmon pkg-message
USE_RC_SUBR= fbsdmon
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fbsdmon ${PREFIX}/sbin
${MKDIR} /var/db/fbsdmon

View File

@ -1,4 +1,4 @@
# Created by: Jason Bacon
# Created by: Jason Bacon
# $FreeBSD$
PORTNAME= genplist
@ -16,6 +16,7 @@ PLIST_FILES= bin/genplist
MAN1= genplist.1
NO_STAGE= yes
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/genplist ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/genplist.1 ${MAN1PREFIX}/man/man1

View File

@ -35,6 +35,7 @@ MAN1= gpk-application.1 gpk-backend-status.1 gpk-install-local-file.1 \
gpk-install-provide-file.1 gpk-prefs.1 gpk-repo.1 gpk-update-icon.1 \
gpk-update-viewer.1
NO_STAGE= yes
pre-configure:
@${REINPLACE_CMD} -E -e 's/.*CPPFLAGS.*-Werror/#$$&/' \
-e 's|-Wmissing-include-dirs||g' ${WRKSRC}/configure

View File

@ -15,5 +15,6 @@ USE_CABAL= extensible-exceptions stringsearch
EXECUTABLE= porte
NO_STAGE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

View File

@ -21,4 +21,5 @@ PLIST_SUB+= PERIODICDIR="${PERIODICDIR:S,^${PREFIX}/,,}" \
REPORTDIR="${REPORTDIR:S,^${PREFIX}/,,}" \
XTMPDIR="${XTMPDIR:S,^${PREFIX}/,,}"
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,4 +1,3 @@
# Created by: Alberto Villa <avilla@FreeBSD.org>
# $FreeBSD$
PORTNAME= KPackageKit
@ -25,4 +24,5 @@ USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME:L}-${PORTVERSION}
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -33,6 +33,7 @@ KDEBASE_DESC= Pull in kdebase-runtime for kdesu
IGNORE= only works with traditional pkg-tools
.endif
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MOXYGEN}

View File

@ -1,11 +1,5 @@
# New ports collection makefile for: lsknobs
# Date created: 5 Sep 2007
# Whom: Gabriel Linder <linder.gabriel@gmail.com>
#
# Created by: Gabriel Linder <linder.gabriel@gmail.com>
# $FreeBSD$
#
# This port is self contained in the files directory.
#
PORTNAME= lsknobs
PORTVERSION= 1.0
@ -23,6 +17,7 @@ SUB_FILES= pkg-message ${PORTNAME}.sh
PLIST_FILES= sbin/${PORTNAME}
NO_STAGE= yes
do-fetch:
@${DO_NADA}

View File

@ -20,6 +20,7 @@ WRKSRC= ${WRKDIR}
NO_BUILD= yes
PLIST_FILES= sbin/managepkg
NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: mkreadmes
# Date created: 2012-03-01
# Whom: Conrad J. Sabatier <conrads@cox.net>
#
# Created by: Conrad J. Sabatier <conrads@cox.net>
# $FreeBSD$
#
PORTNAME= mkreadmes
DISTVERSION= 1.3
@ -21,6 +17,7 @@ MANCOMPRESSED= maybe
PLIST_FILES= sbin/${PORTNAME}
PORTDATA= *
NO_STAGE= yes
post-extract:
# adjust definition of PREFIX in mkreadmes.h only if it differs from
# the current setting of ${PREFIX}

View File

@ -23,4 +23,5 @@ USE_PERL5= configure
MAN1= pm2port.1
MAN3= App::Pm2Port.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-FreeBSD-Pkgs-Findupdates
# Date created: 2009-04-01
# Whom: Zane C, Bowers <vvelox@vvelox.net>
#
# Created by: Zane C, Bowers <vvelox@vvelox.net>
# $FreeBSD$
#
PORTNAME= FreeBSD-Pkgs-FindUpdates
PORTVERSION= 0.3.0
@ -26,4 +22,5 @@ USE_PERL5= configure
MAN3= FreeBSD::Pkgs::FindUpdates.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-FreeBSD-Pkgs
# Date created: 2008-07-02
# Whom: Zane C, Bowers <vvelox@vvelox.net>
#
# Created by: Zane C, Bowers <vvelox@vvelox.net>
# $FreeBSD$
#
PORTNAME= FreeBSD-Pkgs
PORTVERSION= 0.2.0
@ -22,4 +18,5 @@ USE_PERL5= configure
MAN3= FreeBSD::Pkgs.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -21,6 +21,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
OPTIONS_DEFINE= GRAPHVIZ
GRAPHVIS_DESCR= Add GraphViz run-time dependency
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGRAPHVIZ}

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-FreeBSD-Ports-INDEXhash
# Date created: 2008-03-23
# Whom: Zane C, Bowers <vvelox@vvelox.net>
#
# Created by: Zane C, Bowers <vvelox@vvelox.net>
# $FreeBSD$
#
PORTNAME= FreeBSD-Ports-INDEXhash
PORTVERSION= 1.2.2
@ -19,4 +15,5 @@ USE_PERL5= configure
MAN3= FreeBSD::Ports::INDEXhash.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-FreeBSD-Ports
# Date created: 12 September 2001
# Whom: Tom Hukins <tom@FreeBSD.org>
#
# Created by: Tom Hukins <tom@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= FreeBSD-Ports
PORTVERSION= 0.04
@ -21,4 +17,5 @@ USES= perl5
USE_PERL5= configure
MAN3= FreeBSD::Ports::Port.3 \
FreeBSD::Ports.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,10 +1,6 @@
# New ports collection makefile for: PackageKit-qt
# Date created: 5 jan 2009
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/ports-mgmt/packagekit-qt4/Makefile,v 1.1 2010/01/08 02:16:38 kwm Exp $
#
PORTREVISION= 1
PKGNAMESUFFIX= -qt4
@ -19,4 +15,5 @@ INSTALL_WRKSRC= ${WRKSRC}/lib/packagekit-qt
SLAVEPORT= qt4
PLIST= ${.CURDIR}/pkg-plist
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@ -47,6 +47,7 @@ OPTIONS_DEFINE= PORTS MANPAGES
OPTIONS_DEFAULT=PORTS
PORTS_DESC=Use portupgrade for management, dummy if disabled
NO_STAGE= yes
.include <bsd.port.options.mk>
. if ${PORT_OPTIONS:MMANPAGES}

View File

@ -1,7 +1,4 @@
# New ports collection makefile for: pbi-manager
# Date created: 27 May 2010
# Whom: Kris Moore <kmoore@FreeBSD.org>
#
# Created by: Kris Moore <kmoore@FreeBSD.org>
# $FreeBSD$
PORTNAME= pbi-manager
@ -30,6 +27,7 @@ MAN5= pbi.conf.5
MAN8= pbi_addrepo.8 pbi_autobuild.8 pbi_deleterepo.8 \
pbi_makepatch.8 pbi_makeport.8 pbi_makerepo.8 pbid.8
NO_STAGE= yes
do-install:
cd ${WRKSRC} && ./install.sh ${LOCALBASE}

View File

@ -16,6 +16,7 @@ NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME}
NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: pib
# Date created: 30 December 1996
# Whom: Mike Smith <msmith@freebsd.org>
#
# Created by: Mike Smith <msmith@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= pib
PORTVERSION= 1.2
@ -18,6 +14,7 @@ COMMENT= GUI Ports Collection management tool
USE_TK= 84
USE_TK_BUILD= 84
NO_STAGE= yes
.include <bsd.port.pre.mk>
do-install:

View File

@ -64,6 +64,7 @@ MLINKS= pkg-delete.8 pkg-remove.8 \
pkg-lock.8 pkg-unlock.8 \
pkg.8 pkg-static.8
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if defined(WITH_PKGNG)

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: pkg-orphan
# Date created: 26 November 2005
# Whom: Victor Semionov <semionov@mail.bg>
#
# Created by: Victor Semionov <semionov@mail.bg>
# $FreeBSD$
#
PORTNAME= pkg-orphan
PORTVERSION= 1.0.1
@ -20,6 +16,7 @@ MAN1= pkg-orphan.1
PLIST_FILES= sbin/pkg-orphan
NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/pkg-orphan.pl ${PREFIX}/sbin/pkg-orphan
${INSTALL_MAN} ${WRKSRC}/pkg-orphan.1 ${MAN1PREFIX}/man/man1

View File

@ -17,6 +17,7 @@ PLIST_FILES= bin/pkg-plist
NO_BUILD= yes
FETCH_ARGS= -Fpr
NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/pkg-plist ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/pkg-plist.1 ${MAN1PREFIX}/man/man1/

View File

@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}
PLIST_FILES= sbin/pkg-rmleaf
NO_STAGE= yes
do-extract:
${MKDIR} ${WRKSRC}
${CP} ${FILESDIR}/pkg-rmleaf ${WRKSRC}

View File

@ -64,6 +64,7 @@ MLINKS= pkg-delete.8 pkg-remove.8 \
pkg-lock.8 pkg-unlock.8 \
pkg.8 pkg-static.8
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if defined(WITH_PKGNG)

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: pkg_add_it
# Date created: 05 October 2008
# Whom: Marin Atanasov <dnaeon@gmail.com>
#
# Created by: Marin Atanasov <dnaeon@gmail.com>
# $FreeBSD$
#
PORTNAME= pkg_add_it
PORTVERSION= 1.3.2
@ -17,6 +13,7 @@ MAN1= pkg_add_it.1
MAN5= pkg_add_it.conf.5
PLIST_FILES= etc/pkg_add_it.conf sbin/pkg_add_it
NO_STAGE= yes
.include <bsd.port.pre.mk>
PKG_RELEASE!= ${UNAME} -r | ${CUT} -d '-' -f 1,2 | ${SED} -e 's|\.[0-9]*.*|-STABLE|'

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: pkg_cleanup
# Date created: 02 November 2007
# Whom: Stephen Hurd <shurd@sasktel.net>
#
# Created by: Stephen Hurd <shurd@sasktel.net>
# $FreeBSD$
#
PORTNAME= pkg_cleanup
PORTVERSION= 1.1
@ -19,6 +15,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= sbin/pkg_cleanup
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900000 && ${OSVERSION} < 900038

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: pkg_cutleaves
# Date created: 27 July 2003
# Whom: Stefan Walter <sw@gegenunendlich.de>
#
# Created by: Stefan Walter <sw@gegenunendlich.de>
# $FreeBSD$
#
PORTNAME= pkg_cutleaves
PORTVERSION= 20090810
@ -28,6 +24,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-pkg_cutleaves \
${FILESDIR}/extra-patch-pkg_cutleaves.1
.endif
NO_STAGE= yes
do-extract:
${MKDIR} ${WRKSRC}
${CP} ${FILESDIR}/pkg_cutleaves ${FILESDIR}/pkg_cutleaves.1 ${WRKSRC}

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: pkg_install
# Date created: 14 Jul 2003
# Whom: Oliver Eikemeier
#
# Created by: Oliver Eikemeier
# $FreeBSD$
#
PORTNAME= pkg_install
PORTVERSION= 20120822
@ -26,6 +22,7 @@ OPTIONS_DEFINE= WRAPPER
OPTIONS_DEFAULT= WRAPPER
WRAPPER_DESC= Use ports version instead of base if more recent
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MWRAPPER}

View File

@ -15,6 +15,7 @@ PLIST_FILES= bin/pkg_jail bin/pkg_update
PORTDOCS= README
MAN1= pkg_jail.1 pkg_update.1
NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${FILESDIR}/pkg_jail ${FILESDIR}/pkg_update ${PREFIX}/bin/
${INSTALL_MAN} ${FILESDIR}/pkg_jail.1 ${FILESDIR}/pkg_update.1 ${PREFIX}/man/man1/

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: pkg_remove
# Date created: 8 Jan 2000
# Whom: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
#
# Created by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
# $FreeBSD$
#
PORTNAME= pkg_remove
PORTVERSION= 1.1
@ -20,6 +16,7 @@ NO_WRKSUBDIR= yes
PLIST_FILES= bin/pkg_remove
SRC= ${.CURDIR}/src
NO_STAGE= yes
do-fetch:
@${DO_NADA}

View File

@ -27,6 +27,7 @@ PKGDB_FIX_DESC= Fixing tool of installed package dependencies
OPTIONS_SUB= yes
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPKGDB_FIX}

View File

@ -17,6 +17,7 @@ MAN1= pkg_rmleaves.1
PLIST_FILES= sbin/pkg_rmleaves
NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/pkg_rmleaves ${PREFIX}/sbin/pkg_rmleaves
${INSTALL_MAN} ${WRKSRC}/pkg_rmleaves.1 ${MAN1PREFIX}/man/man1

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: pkg_search
# Date created: 3 December 2007
# Whom: Matthias Schmidt
#
# Created by: Matthias Schmidt
# $FreeBSD$
#
PORTNAME= pkg_search
PORTVERSION= 1.3
@ -18,6 +14,7 @@ PLIST_FILES= bin/pkg_search
MAN1= pkg_search.1
NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1

View File

@ -14,6 +14,7 @@ USE_PYTHON= 2.5+
INSTALLS_EGGINFO= yes
MAKE_ENV= PYTHON_CMD=${PYTHON_CMD}
NO_STAGE= yes
post-patch:
${REINPLACE_CMD} 's,/usr/local,${PREFIX},g' \
${WRKSRC}/PkgTrackInst/cmd_support.py

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: pkg_tree
# Date created: 24 September 2001
# Whom: Edwin Groothuis (edwin@mavetju.org)
#
# Created by: Edwin Groothuis (edwin@mavetju.org)
# $FreeBSD$
#
PORTNAME= pkg_tree
PORTVERSION= 1.1
@ -19,6 +15,7 @@ USES= perl5
MAN7= pkg_tree.7
PLIST_FILES= bin/pkg_tree
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|__PREFIX__|${PREFIX}|g ; \
s|__INSTALL_MAN__|${INSTALL_MAN}|g ; \

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: pkgfe
# Date created: 2006-01-14
# Whom: Sulev-Madis Silber <madis555@hot.ee>
#
# Created by: Sulev-Madis Silber <madis555@hot.ee>
# $FreeBSD$
#
PORTNAME= pkgfe
PORTVERSION= 20090228
@ -21,6 +17,7 @@ MAN8= pkgfe.8
NO_BUILD= yes
NO_STAGE= yes
do-install:
${REINPLACE_CMD} -e 's|%PREFIX%|${PREFIX}|g' ${WRKSRC}/pkgfe
${INSTALL_SCRIPT} ${WRKSRC}/pkgfe ${PREFIX}/sbin/pkgfe

View File

@ -16,6 +16,7 @@ USES= perl5
NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME}
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: pkgsearch
# Date created: 14 September 2007
# Whom: Diego_Rocha <diegorocha1987@gmail.com>
#
# Created by: Diego_Rocha <diegorocha1987@gmail.com>
# $FreeBSD$
#
PORTNAME= pkgsearch
PORTVERSION= 1.1.0
@ -15,4 +11,5 @@ COMMENT= Find your packages in ports and installed packages
PLIST_FILES= bin/pkgsearch
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,4 +1,3 @@
# Created by: Mark Linimon <linimon@FreeBSD.org>
# $FreeBSD$
PORTNAME= port-authoring-tools
@ -22,4 +21,5 @@ NO_BUILD= yes
do-install: # empty
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,4 +1,3 @@
# Created by: Mark Linimon <linimon@FreeBSD.org>
# $FreeBSD$
PORTNAME= port-maintenance-tools
@ -25,4 +24,5 @@ NO_BUILD= yes
do-install: # empty
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: portaudit-db
# Date created: 12 Jun 2004
# Whom: Oliver Eikemeier
#
# Created by: Oliver Eikemeier
# $FreeBSD$
#
PORTNAME= portaudit-db
PORTVERSION= 0.2.3
@ -29,6 +25,7 @@ SED_SCRIPT= -e 's,%%PREFIX%%,${PREFIX},g' \
-e "s|%%PORTVERSION%%|${PORTVERSION}|g" \
-e "s|%%DATABASEDIR%%|${DATABASEDIR}|g"
NO_STAGE= yes
do-build:
@for f in packaudit.sh packaudit.conf; do \
${SED} ${SED_SCRIPT} "${FILESDIR}/$$f" > "${WRKDIR}/$$f"; \

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: portaudit
# Date created: 25 Jan 2004
# Whom: Oliver Eikemeier
#
# Created by: Oliver Eikemeier
# $FreeBSD$
#
PORTNAME= portaudit
PORTVERSION= 0.6.1
@ -36,6 +32,7 @@ SED_SCRIPT= -e 's|%%PREFIX%%|${PREFIX}|g' \
-e "s|%%REQPKGVER%%|${REQPKGVER}|g" \
-e "s|%%BZIP2_CMD%%|${BZIP2_CMD}|g" \
NO_STAGE= yes
do-build:
.for f in portaudit-cmd.sh portaudit.sh portaudit.1 portaudit.conf
@${SED} ${SED_SCRIPT} ${FILESDIR}/${f} >${WRKDIR}/${f}

View File

@ -18,6 +18,7 @@ USE_XZ= yes
PORTDOCS= BUGS ChangeLog COPYRIGHT README
NO_STAGE= yes
.include <bsd.port.options.mk>
post-install:

View File

@ -16,4 +16,5 @@ MAN1= portcheckout.1
MANCOMPRESSED= maybe
PLIST_FILES= bin/portcheckout
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,11 +1,5 @@
# New ports collection makefile for: portconf
# Date created: 7 Jun 2006
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
#
# This port is self contained in the files directory.
#
PORTNAME= portconf
PORTVERSION= 1.6
@ -21,6 +15,7 @@ SUB_FILES= pkg-message ${PORTNAME}.sh
PLIST_FILES= libexec/${PORTNAME}
NO_STAGE= yes
do-fetch:
@${DO_NADA}

View File

@ -15,6 +15,7 @@ RUN_DEPENDS= svn:${PORTSDIR}/devel/subversion
NO_BUILD= yes
PLIST_FILES= sbin/portdowngrade
NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${FILESDIR}/${PORTNAME} ${PREFIX}/sbin/

View File

@ -17,6 +17,7 @@ SRC= ${.CURDIR}/src
MAN8= porteasy.8
NO_STAGE= yes
do-fetch:
@${DO_NADA}

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: portell
# Date created: Wed Jan 08 13:25:35 GMT 2003
# Whom: mich@freebsdcluster.org
#
# Created by: mich@freebsdcluster.org
# $FreeBSD$
#
PORTNAME= portell
PORTVERSION= 0.2
@ -21,6 +17,7 @@ NO_BUILD= yes
PLIST_FILES= bin/portell
PORTDOCS= README.txt
NO_STAGE= yes
post-extract:
${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' ${WRKSRC}/portell.py
${REINPLACE_CMD} -e 's/free/freebsd/' ${WRKSRC}/portell.py

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: portless
# Date created: 8 June 2006
# Whom: Martin Kammerhofer
#
# Created by: Martin Kammerhofer
# $FreeBSD$
#
PORTNAME= portless
PORTVERSION= 0.2.7
@ -23,6 +19,7 @@ MANCOMPRESSED= no
PLIST_FILES= bin/portless
NO_STAGE= yes
do-build:
${SED} -e 's;@BASH@;${LOCALBASE}/bin/bash;g' \
${FILESDIR}/portless.sh >${WRKDIR}/portless

View File

@ -1,8 +1,5 @@
# Created by: Jun-ichiro itojun Hagino <itojun@itojun.org>
# $FreeBSD$
#
# This port is self contained in the src directory.
#
PORTNAME= portlint
PORTVERSION= 2.14.4
@ -28,6 +25,7 @@ PLIST_FILES+= %%EXAMPLESDIR%%/portlintgrep
PLIST_DIRS= %%EXAMPLESDIR%%
.endif
NO_STAGE= yes
do-fetch:
@${DO_NADA}

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: portrac
# Date created: 12 Sep 2009
# Whom: mgp
#
# Created by: mgp
# $FreeBSD$
#
PORTNAME= portrac
PORTVERSION= 0.4
@ -28,6 +24,7 @@ USE_BZIP2= yes
USE_QT4= gui moc_build qmake_build
NO_STAGE= yes
do-configure:
@cd ${WRKDIR}/${DISTNAME} && ${QMAKE} portrac.pro

View File

@ -29,6 +29,7 @@ RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSQLITE3}

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: portsearch
# Date created: 22 Nov 2005
# Whom: Vasil Dimov <vd@datamax.bg>
#
# Created by: Vasil Dimov <vd@datamax.bg>
# $FreeBSD$
#
PORTNAME= portsearch
PORTVERSION= 1.3.2
@ -18,4 +14,5 @@ COMMENT= Port searching tool that supports search by packing list files
PLIST_FILES= bin/portsearch %%DATADIR%%/Makefile
PLIST_DIRS= %%DATADIR%%
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: portshaker-config
# Date created: 2010-04-29
# Whom: Romain Tartiere <romain@FreeBSD.org>
#
# Created by: Romain Tartiere <romain@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= portshaker-config
CATEGORIES= ports-mgmt
@ -20,4 +16,5 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC}
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@ -33,6 +33,7 @@ TEXLIVE_DESC= Enable TeXLive ports (Experimental)
XORG_DESC= Enable Xorg development ports
.endif
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORTNAME} == "portshaker"

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: portsopt
# Date created: 25 Dec 2006
# Whom: Beat Gaetzi <beat@chruetertee.ch>
#
# Created by: Beat Gaetzi <beat@chruetertee.ch>
# $FreeBSD$
#
PORTNAME= portsopt
PORTVERSION= 1.5
@ -17,6 +13,7 @@ NO_BUILD= yes
PLIST_FILES= sbin/portsopt
NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/portsopt ${PREFIX}/sbin

View File

@ -15,6 +15,7 @@ LICENSE= BSD
MAN8= ${PORTNAME}.8
MANCOMPRESSED= yes
NO_STAGE= yes
post-install:
@${ECHO_MSG} "====================================================================="
@${ECHO_MSG} "This software invokes some installed files of portupgrade(1)"

View File

@ -36,6 +36,7 @@ OPTIONS_DEFAULT= NEWFILE
NEWFILE_DESC= Enable newfile support
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNEWFILE}

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: porttree
# Date created: 18 Aug 2011
# Whom: Vladimir Chukharev
#
# Created by: Vladimir Chukharev
# $FreeBSD$
#
PORTNAME= porttree
PORTVERSION= 0.3.r${SVN_REV}
@ -31,6 +27,7 @@ NO_BUILD= yes
NO_INSTALL= yes
PLIST_FILES= bin/porttree
NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/src/porttree.py ${PREFIX}/bin/porttree
${INSTALL_MAN} ${WRKSRC}/src/porttree.1 ${MAN8PREFIX}/man/man1

View File

@ -1,10 +1,5 @@
# New ports collection makefile for: portupdate-scan
# Date created: 08 November 2007
# Whom: Alex Stangl <alex@stangl.us>
#
# Created by: Alex Stangl <alex@stangl.us>
# $FreeBSD$
#
# This port is self contained in the files directory.
PORTNAME= portupdate-scan
PORTVERSION= 0.3
@ -24,6 +19,7 @@ SRC= ${.CURDIR}/src
MAN8= portupdate-scan.8
NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${SRC}/portupdate-scan ${PREFIX}/sbin/portupdate-scan
${INSTALL_MAN} ${SRC}/portupdate-scan.8 ${MAN8PREFIX}/man/man8

View File

@ -89,6 +89,7 @@ PLIST_DIRS= libexec/poudriere \
share/poudriere/html \
share/poudriere
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MZSH}

View File

@ -52,6 +52,7 @@ PLIST_DIRS= libexec/poudriere \
share/poudriere/html \
share/poudriere
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MZSH}

View File

@ -28,6 +28,7 @@ MAN7= prhistory.7
SUB_FILES= pkg-message
PORTDOCS= *
NO_STAGE= yes
.include <bsd.port.options.mk>
post-install:

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: psearch
# Date created: 17 February 2006
# Whom: Benjamin Lutz
#
# Created by: Benjamin Lutz
# $FreeBSD$
#
PORTNAME= psearch
PORTVERSION= 2.0.2
@ -16,6 +12,7 @@ COMMENT= An utility for searching the FreeBSD Ports Collection
MAN1= psearch.1
PLIST_FILES= bin/psearch
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/psearch ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/psearch.1 ${MANPREFIX}/man/man1

View File

@ -26,6 +26,7 @@ PLIST_FILES= bin/pver \
%%DATADIR%%/LICENSE.txt
PLIST_DIRS= %%DATADIR%%
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MSORT}

View File

@ -19,6 +19,7 @@ MANCOMPRESSED= no
PLIST_FILES= bin/${PORTNAME}
NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/auto-symlink-virtual.sh ${PREFIX}/bin/${PORTNAME}

View File

@ -47,6 +47,7 @@ SUB_FILES= pkg-message
MAN1= tc-configCcache.1 tc-configDistfile.1 tc-configGet.1 \
tc-configJail.1 tc-configTinderd.1 tc-init.1
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MAPACHE} || ${PORT_OPTIONS:MHIAWATHA} || ${PORT_OPTIONS:MLIGHTTPD} || ${PORT_OPTIONS:MNGINX}

View File

@ -38,6 +38,7 @@ SUB_FILES= pkg-message
MAN1= tc-configCcache.1 tc-configDistfile.1 tc-configGet.1 \
tc-configJail.1 tc-configTinderd.1 tc-init.1
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MAPACHE} || ${PORT_OPTIONS:MHIAWATHA} || ${PORT_OPTIONS:MLIGHTTPD} || ${PORT_OPTIONS:MNGINX}

View File

@ -25,6 +25,7 @@ INSTALLATION_DATE!= date -u "+%Y.%m.%d"
.endif
.endif
NO_STAGE= yes
do-install:
@${DO_NADA}

View File

@ -29,6 +29,7 @@ CFGFILE= ${WANTEDPORTSCFG}
CFGFILE?= /var/db/${PORTNAME}.conf
.endif
NO_STAGE= yes
.if exists(${CFGFILE})
.include "${CFGFILE}"
.endif

View File

@ -20,6 +20,7 @@ NO_BUILD= yes
PLIST_FILES= bin/xps
MAN1= xps.1
NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/xps ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1