diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-01-11 07:20:03 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-01-11 07:20:03 +0000 |
commit | 9ebdb2ae091ecf0087baa570cb1b43162b2dca54 (patch) | |
tree | 9b6ae170f327475adfaa198d77721a6c1ad0efc7 /japanese/Wnn7-lib | |
parent | f98bb032444eb692f4587292c09461e8f31a6543 (diff) | |
download | ports-9ebdb2ae091ecf0087baa570cb1b43162b2dca54.tar.gz ports-9ebdb2ae091ecf0087baa570cb1b43162b2dca54.zip |
Notes
Diffstat (limited to 'japanese/Wnn7-lib')
-rw-r--r-- | japanese/Wnn7-lib/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/japanese/Wnn7-lib/Makefile b/japanese/Wnn7-lib/Makefile index daa3f49248a5..24384071858b 100644 --- a/japanese/Wnn7-lib/Makefile +++ b/japanese/Wnn7-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 |