diff options
author | asami <asami@FreeBSD.org> | 1995-01-11 07:20:03 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-01-11 07:20:03 +0000 |
commit | b0787e7993d2834ae3d90d53a9e1c05860a1db84 (patch) | |
tree | 360d5fbcd65d9af9d81317b3f2e339d7ae5bf15c /japanese/Wnn6-lib | |
parent | 987546b1846da113daedcd83a7a5c701731fb4e7 (diff) | |
download | FreeBSD-ports-b0787e7993d2834ae3d90d53a9e1c05860a1db84.zip FreeBSD-ports-b0787e7993d2834ae3d90d53a9e1c05860a1db84.tar.gz |
Don't build every time.
Pointed-out by: jkh
Diffstat (limited to 'japanese/Wnn6-lib')
-rw-r--r-- | japanese/Wnn6-lib/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/japanese/Wnn6-lib/Makefile b/japanese/Wnn6-lib/Makefile index daa3f49..2438407 100644 --- a/japanese/Wnn6-lib/Makefile +++ b/japanese/Wnn6-lib/Makefile @@ -3,7 +3,7 @@ # Date created: 22 November 1994 # Whom: asami # -# $Id:$ +# $Id: Makefile,v 1.4 1994/11/25 18:20:48 asami Exp $ # DISTNAME= Wnn4.2 @@ -16,10 +16,7 @@ PKG_ARGS?= -v -c ${PKGDIR}/COMMENT -d ${PKGDIR}/DESCR -f ${PKGDIR}/PLIST \ # These are necesary because this package uses a different Makefile for # building and installing etc. pre-build: - @echo "===> Building for ${DISTNAME}" @(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} Makefile.inst World) -build: configure pre-build depends ${BUILD_COOKIE} - @${TOUCH} ${TOUCH_FLAGS} ${BUILD_COOKIE} pre-install: @PREFIX=${PREFIX} ${SCRIPTDIR}/pre-install |