diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 02:35:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 02:35:44 +0800 |
commit | 5495ad1eb0426206406e428e711fb1ba9e3150ce (patch) | |
tree | f4861f167b47e08ed6e9f5bbe5172252c8b51efc /graphics/linux-panorama-tools | |
parent | 2012706cb95e488737909070df298912a9c68273 (diff) | |
download | freebsd-ports-gnome-5495ad1eb0426206406e428e711fb1ba9e3150ce.tar.gz freebsd-ports-gnome-5495ad1eb0426206406e428e711fb1ba9e3150ce.tar.zst freebsd-ports-gnome-5495ad1eb0426206406e428e711fb1ba9e3150ce.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: graphics)
Diffstat (limited to 'graphics/linux-panorama-tools')
-rw-r--r-- | graphics/linux-panorama-tools/Makefile | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/graphics/linux-panorama-tools/Makefile b/graphics/linux-panorama-tools/Makefile index 7dc6a4c13ea8..b8680c1611a9 100644 --- a/graphics/linux-panorama-tools/Makefile +++ b/graphics/linux-panorama-tools/Makefile @@ -1,15 +1,5 @@ -# New ports collection makefile for: linux-panorama-tools -# Date created: 26 august 2004 -# Whom: cartola (Carlos E. G. Carvalho) -# +# Created by: cartola (Carlos E. G. Carvalho) # $FreeBSD$ -# -# This port has been made as a running dependence for the hugin port. -# The hugin port for itself would run with no problem without this port, -# but the final step that generates the panorama images make use of the -# external program PTStitcher, installed by this port. -# This port, as a dependence, does not install the complete linux -# panorama tools, just the few things necessary to hugin. PORTNAME= linux-panorama-tools PORTVERSION= 2.6b1 @@ -31,6 +21,7 @@ USE_LINUX_APPS= jpeg png10 tiff WRKSRC= ${WRKDIR}/PTLinux +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/Helpers/PTStitcher ${PREFIX}/usr/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/libpano12.so ${PREFIX}/usr/lib/ |