diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-20 18:47:54 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-20 18:47:54 +0000 |
commit | 61e7b735a19f968764f9573d605be916929cfab3 (patch) | |
tree | ab0870f15f96ef524cc6ec77f6d6c4bf05347f0c /japanese/esecanna-module-vje25/Makefile | |
parent | 66aa2f0b942e45f2c3600b16d5a32782a54b1d09 (diff) | |
download | FreeBSD-ports-61e7b735a19f968764f9573d605be916929cfab3.zip FreeBSD-ports-61e7b735a19f968764f9573d605be916929cfab3.tar.gz |
Add NO_STAGE all over the place in preparation for the staging support (cat: japanese)
Diffstat (limited to 'japanese/esecanna-module-vje25/Makefile')
-rw-r--r-- | japanese/esecanna-module-vje25/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/japanese/esecanna-module-vje25/Makefile b/japanese/esecanna-module-vje25/Makefile index 1f81e42..7612370 100644 --- a/japanese/esecanna-module-vje25/Makefile +++ b/japanese/esecanna-module-vje25/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: esecanna module for VJE-Delta 2.5 -# Date created: 24 February 2000 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= esecanna-module-vje25 PORTVERSION= 0.14.6 @@ -24,6 +20,7 @@ USE_GMAKE= yes DIST_SUBDIR= esecanna +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/esecanna |