diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 00:03:29 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 00:03:29 +0800 |
commit | 07a250f4fa5b2ccfc534ea6eec8110e0684b9ccf (patch) | |
tree | 8db179eca6ba6e7449724456d92a408d868a7732 /comms/yagiuda | |
parent | 67c7af85165af4e0864635d540a0a2369aa2534f (diff) | |
download | freebsd-ports-gnome-07a250f4fa5b2ccfc534ea6eec8110e0684b9ccf.tar.gz freebsd-ports-gnome-07a250f4fa5b2ccfc534ea6eec8110e0684b9ccf.tar.zst freebsd-ports-gnome-07a250f4fa5b2ccfc534ea6eec8110e0684b9ccf.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: comms)
Diffstat (limited to 'comms/yagiuda')
-rw-r--r-- | comms/yagiuda/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/comms/yagiuda/Makefile b/comms/yagiuda/Makefile index fa8ccb198c00..1d6192c599eb 100644 --- a/comms/yagiuda/Makefile +++ b/comms/yagiuda/Makefile @@ -1,7 +1,4 @@ -# ports collection makefile for: yagiuda -# Date created: 19 July 2005 -# Whom: db -# +# Created by: db # $FreeBSD$ PORTNAME= yagiuda @@ -16,6 +13,7 @@ GNU_CONFIGURE= yes MAN1= first.1 optimise.1 yagi.1 dipole.1 input.1 output.1 MAN5= first.5 optimise.5 yagi.5 input.5 output.5 +NO_STAGE= yes do-install: .for f in first optimise yagi dipole input output ${INSTALL_PROGRAM} ${WRKSRC}/src/${f} ${PREFIX}/bin |