diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 04:50:57 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 04:50:57 +0800 |
commit | 8ac99398e2b62e1b10333d4c88ae273f4f0ed365 (patch) | |
tree | 55ef113afedd4d15556f4a7ca6533c66396624e5 /misc/translate | |
parent | 219753915ea7222f10133bbf4d97955292f0dd96 (diff) | |
download | freebsd-ports-gnome-8ac99398e2b62e1b10333d4c88ae273f4f0ed365.tar.gz freebsd-ports-gnome-8ac99398e2b62e1b10333d4c88ae273f4f0ed365.tar.zst freebsd-ports-gnome-8ac99398e2b62e1b10333d4c88ae273f4f0ed365.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: misc)
Diffstat (limited to 'misc/translate')
-rw-r--r-- | misc/translate/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/misc/translate/Makefile b/misc/translate/Makefile index 13d8a640d948..4f91741fd5d7 100644 --- a/misc/translate/Makefile +++ b/misc/translate/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: translate -# Date created: Thu Jun 13, 2002 -# Whom: Michael L. Hostbaek (mich@freebsdcluster.org) -# +# Created by: Michael L. Hostbaek (mich@freebsdcluster.org) # $FreeBSD$ -# PORTNAME= translate PORTVERSION= 1.11 @@ -20,6 +15,7 @@ USES= perl5 NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1 |