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/pilrc | |
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/pilrc')
-rw-r--r-- | palm/pilrc/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/palm/pilrc/Makefile b/palm/pilrc/Makefile index 5e502bef7f24..b19ce584a963 100644 --- a/palm/pilrc/Makefile +++ b/palm/pilrc/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: PilRC -# Date created: 29 Mar 2000 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= pilrc PORTVERSION= 3.2 @@ -20,6 +15,7 @@ CONFIGURE_ARGS+= --enable-pilrcui USE_GNOME= gtk12 GNU_CONFIGURE= yes +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pilrc ${WRKSRC}/pilrcui ${PREFIX}/bin .if !defined(NOPORTDOCS) |