diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 06:33:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 06:33:41 +0800 |
commit | 292e895a11b25d3d4e8efed62ce419ef91a06970 (patch) | |
tree | 3e8cc275ced4995aca1a89566bcd08f3a2a2672c /palm/pdbar/Makefile | |
parent | 93bc1929f67e6ebd1f07b8ea98a4360ba47ff3eb (diff) | |
download | freebsd-ports-gnome-292e895a11b25d3d4e8efed62ce419ef91a06970.tar.gz freebsd-ports-gnome-292e895a11b25d3d4e8efed62ce419ef91a06970.tar.zst freebsd-ports-gnome-292e895a11b25d3d4e8efed62ce419ef91a06970.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: palm)
Diffstat (limited to 'palm/pdbar/Makefile')
-rw-r--r-- | palm/pdbar/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/palm/pdbar/Makefile b/palm/pdbar/Makefile index 4252e00b4b59..04ac4821215d 100644 --- a/palm/pdbar/Makefile +++ b/palm/pdbar/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pdbar -# Date created: 5 January 2004 -# Whom: Eric P. Scott <eps+pdbar@ana.com> -# +# Created by: Eric P. Scott <eps+pdbar@ana.com> # $FreeBSD$ -# PORTNAME= pdbar PORTVERSION= 00.05.01 @@ -20,6 +16,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="" AR=${AR} RANLIB=${RANLIB} LD MAN1= pdbar.1 PLIST_FILES= bin/pdbar +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/par ${PREFIX}/bin/pdbar ${INSTALL_MAN} ${WRKSRC}/par.man ${MANPREFIX}/man/man1/pdbar.1 |