diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:30:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:30:00 +0000 |
commit | a285ade9102ca7c15642dfccd7816abc3c725c98 (patch) | |
tree | 19bc9b9ac2797b3584833a8988be56772582cfb3 /german/bsdpaste | |
parent | d45779fa4ad158e597ce79f5d04217c4b0f7f814 (diff) | |
download | ports-a285ade9102ca7c15642dfccd7816abc3c725c98.tar.gz ports-a285ade9102ca7c15642dfccd7816abc3c725c98.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: german)
Notes
Notes:
svn path=/head/; revision=327732
Diffstat (limited to 'german/bsdpaste')
-rw-r--r-- | german/bsdpaste/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/german/bsdpaste/Makefile b/german/bsdpaste/Makefile index 4c6ba106516f..9f1de3385d62 100644 --- a/german/bsdpaste/Makefile +++ b/german/bsdpaste/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nopastectl -# Date created: 12 January 2007 -# Whom: Aron Schlesinger <as@bsdgroup.de> -# +# Created by: Aron Schlesinger <as@bsdgroup.de> # $FreeBSD$ -# PORTNAME= bsdpaste PORTVERSION= 1.0.1 @@ -20,6 +16,7 @@ USE_RUBY_FEATURES= ruby18 PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bsdpaste.rb ${PREFIX}/bin/bsdpaste |