diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:01:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:01:22 +0000 |
commit | f5750c6a0ec52f2e6e5c4f6bf1a104e16168491a (patch) | |
tree | 6b5469be28afd93589ebcab2e31c971326230494 /chinese/ydict/Makefile | |
parent | 70996a4d8227f211b193c1a4836088190d3ebaa8 (diff) | |
download | ports-f5750c6a0ec52f2e6e5c4f6bf1a104e16168491a.tar.gz ports-f5750c6a0ec52f2e6e5c4f6bf1a104e16168491a.zip |
Notes
Diffstat (limited to 'chinese/ydict/Makefile')
-rw-r--r-- | chinese/ydict/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/chinese/ydict/Makefile b/chinese/ydict/Makefile index 22be72c9fae0..3a3e41f9a0ed 100644 --- a/chinese/ydict/Makefile +++ b/chinese/ydict/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ydict -# Date created: 2011-02-08 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= ydict PORTVERSION= 1.2.6 @@ -20,6 +16,7 @@ NO_WRKSUBDIR= yes PLIST_FILES= bin/ydict USE_PYTHON_RUN= yes +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/ydict ${PREFIX}/bin/ |