diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-20 23:05:58 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-20 23:05:58 +0000 |
commit | 3cc71fd1c319ccf30e263f2ae10fb269f9a03dc3 (patch) | |
tree | 04cfd5800fc602ff72366f0defba3eae36ba98f4 /sysutils/abgx360gui/Makefile | |
parent | 107b911b8ff53cc7d238c4018d49d218db093fd4 (diff) | |
download | FreeBSD-ports-3cc71fd1c319ccf30e263f2ae10fb269f9a03dc3.zip FreeBSD-ports-3cc71fd1c319ccf30e263f2ae10fb269f9a03dc3.tar.gz |
Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils)
Diffstat (limited to 'sysutils/abgx360gui/Makefile')
-rw-r--r-- | sysutils/abgx360gui/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/abgx360gui/Makefile b/sysutils/abgx360gui/Makefile index c8f9a86..6ad4a3f 100644 --- a/sysutils/abgx360gui/Makefile +++ b/sysutils/abgx360gui/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: abgx360gui -# Date created: 21 November 2009 -# Whom: okeeblow <root@cooltrainer.org> -# +# Created by: okeeblow <root@cooltrainer.org> # $FreeBSD$ -# PORTNAME= abgx360gui PORTVERSION= 1.0.2 @@ -37,6 +33,7 @@ DESKTOP_ENTRIES= "abgx360" \ "Utility;" \ false +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/abgx360gui ${PREFIX}/bin ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/abgx360-256.png ${PREFIX}/share/pixmaps |