diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:05:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:05:24 +0000 |
commit | 1e4b97cf2bb447dd89a437bc9a9e97cdf948f4d9 (patch) | |
tree | 5bb181f11a7f16c86b8fcd2e5709da35eca65b5c /converters/ish/Makefile | |
parent | 2b300eeb3f3f12f89596c38ef5510f621dde4ca9 (diff) | |
download | ports-1e4b97cf2bb447dd89a437bc9a9e97cdf948f4d9.tar.gz ports-1e4b97cf2bb447dd89a437bc9a9e97cdf948f4d9.zip |
Notes
Diffstat (limited to 'converters/ish/Makefile')
-rw-r--r-- | converters/ish/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/converters/ish/Makefile b/converters/ish/Makefile index e65f146305fc..7ac3426ea687 100644 --- a/converters/ish/Makefile +++ b/converters/ish/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: ish -# Date created: 13 August 1997 -# Whom: hosokawa -# +# Created by: hosokawa # $FreeBSD$ PORTNAME= ish @@ -19,6 +16,7 @@ MAKE_ARGS= CFLAGS="${CFLAGS}" DEST=${PREFIX}/bin PLIST_FILES= bin/ish ALL_TARGET= ish +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin |