diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 00:05:24 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 00:05:24 +0800 |
commit | 5ce4ce328b1b321b167589898caceead9576c198 (patch) | |
tree | 5bb181f11a7f16c86b8fcd2e5709da35eca65b5c /converters/uulib | |
parent | 07a250f4fa5b2ccfc534ea6eec8110e0684b9ccf (diff) | |
download | freebsd-ports-gnome-5ce4ce328b1b321b167589898caceead9576c198.tar.gz freebsd-ports-gnome-5ce4ce328b1b321b167589898caceead9576c198.tar.zst freebsd-ports-gnome-5ce4ce328b1b321b167589898caceead9576c198.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: converters)
Diffstat (limited to 'converters/uulib')
-rw-r--r-- | converters/uulib/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/converters/uulib/Makefile b/converters/uulib/Makefile index 2abb76262a75..edf0e9316afc 100644 --- a/converters/uulib/Makefile +++ b/converters/uulib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: uulib -# Date Created: 04 Aug 1996 -# Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> -# +# Created by: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> # $FreeBSD$ -# PORTNAME= uulib PORTVERSION= 0.5.20 @@ -33,6 +29,7 @@ DOCFILES= HISTORY doc/Makefile doc/README doc/binhex.fig \ doc/library.ltx doc/structure.fig doc/td-v1.c doc/td-v2.c \ doc/td-v3.c doc/test.txt +NO_STAGE= yes post-patch: @${SED} -e 's,FUNKYTOKENHERE,${PREFIX}/,' \ < ${FILESDIR}/uulib.3 > ${WRKDIR}/uulib.3 |