diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 04:57:48 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 04:57:48 +0800 |
commit | 2fb3adc82da4c9df4c899dfb738f8cfc63262559 (patch) | |
tree | 29e40a75ec137fe362a8b7f6affa075888f0b236 /multimedia/vamps | |
parent | dd97722379d86bbad461eb7c042a07cd39ba24f9 (diff) | |
download | freebsd-ports-gnome-2fb3adc82da4c9df4c899dfb738f8cfc63262559.tar.gz freebsd-ports-gnome-2fb3adc82da4c9df4c899dfb738f8cfc63262559.tar.zst freebsd-ports-gnome-2fb3adc82da4c9df4c899dfb738f8cfc63262559.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: multimedia)
Diffstat (limited to 'multimedia/vamps')
-rw-r--r-- | multimedia/vamps/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/multimedia/vamps/Makefile b/multimedia/vamps/Makefile index 9a44cb14d890..194eb28d789c 100644 --- a/multimedia/vamps/Makefile +++ b/multimedia/vamps/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: vamps -# Date created: Fri Dec 16 04:38:13 UTC 2005 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# PORTNAME= vamps PORTVERSION= 0.99.2 @@ -30,6 +26,7 @@ PROGRAM_FILES= \ PLIST_FILES= ${PROGRAM_FILES:H:S,^,bin/,} +NO_STAGE= yes do-install: .for program in ${PROGRAM_FILES} @${INSTALL_PROGRAM} ${WRKSRC}/${program} ${PREFIX}/bin/${program:H} |