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/jpilot-picsnvideos | |
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/jpilot-picsnvideos')
-rw-r--r-- | palm/jpilot-picsnvideos/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/palm/jpilot-picsnvideos/Makefile b/palm/jpilot-picsnvideos/Makefile index 032e82a9345b..170f98dbe0eb 100644 --- a/palm/jpilot-picsnvideos/Makefile +++ b/palm/jpilot-picsnvideos/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jpilot-picsnvideos -# Date created: 18 Feb 2010 -# Whom: Sascha Klauder <sklauder@trimind.de> -# +# Created by: Sascha Klauder <sklauder@trimind.de> # $FreeBSD$ -# PORTNAME= picsnvideos PORTVERSION= 0.2 @@ -26,6 +22,7 @@ PORTDOCS= README AUTHORS PLIST_FILES= lib/jpilot/plugins/libpicsnvideos.la \ lib/jpilot/plugins/libpicsnvideos.so +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/configure |