diff options
author | asami <asami@FreeBSD.org> | 1995-01-11 15:20:03 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-01-11 15:20:03 +0800 |
commit | b0787e7993d2834ae3d90d53a9e1c05860a1db84 (patch) | |
tree | 360d5fbcd65d9af9d81317b3f2e339d7ae5bf15c /japanese/Wnn6-lib | |
parent | 987546b1846da113daedcd83a7a5c701731fb4e7 (diff) | |
download | freebsd-ports-gnome-b0787e7993d2834ae3d90d53a9e1c05860a1db84.tar.gz freebsd-ports-gnome-b0787e7993d2834ae3d90d53a9e1c05860a1db84.tar.zst freebsd-ports-gnome-b0787e7993d2834ae3d90d53a9e1c05860a1db84.zip |
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 daa3f49248a5..24384071858b 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 |