diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
commit | eb08c5441cf4772f805b99523084b12164ed2495 (patch) | |
tree | f4861f167b47e08ed6e9f5bbe5172252c8b51efc /graphics/leafpak | |
parent | Add NO_STAGE all over the place in preparation for the staging support (cat: ... (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: graphics)
Notes
Notes:
svn path=/head/; revision=327733
Diffstat (limited to 'graphics/leafpak')
-rw-r--r-- | graphics/leafpak/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/leafpak/Makefile b/graphics/leafpak/Makefile index 06bc01c214eb..f0803a623bca 100644 --- a/graphics/leafpak/Makefile +++ b/graphics/leafpak/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: leafpak -# Date created: 25 Sep 2000 -# Whom: TAKAHASHI Kaoru <kaoru@kaisei.org> -# +# Created by: TAKAHASHI Kaoru <kaoru@kaisei.org> # $FreeBSD$ -# PORTNAME= leafpak PORTVERSION= 1.1.1 @@ -15,6 +11,7 @@ COMMENT= Graphic file cutter for LEAF/AQUAPLUS PAK format archives WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/leafpak ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/leafpak2 ${PREFIX}/bin |