diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-03-27 13:24:18 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-03-27 13:24:18 +0000 |
commit | b1606b6d57ed0f3fbb7cf419873ba26a040617e8 (patch) | |
tree | 35ce6a6653c3e33c2ab5846b94c0f17bb914f988 /japanese/Wnn6-lib | |
parent | Added more standard package suport file names. INSTALL for the (diff) |
Cleanup according to new bsd.port.mk. pkg/INSTALL, pkg/DEINSTALL and
pkg/REQ are now standard names recognized in bsd.port.mk so no need
to redefine PKG_ARGS in Makefile.
Notes
Notes:
svn path=/head/; revision=1208
Diffstat (limited to 'japanese/Wnn6-lib')
-rw-r--r-- | japanese/Wnn6-lib/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/japanese/Wnn6-lib/Makefile b/japanese/Wnn6-lib/Makefile index 72baa6969fed..b6d353d1add5 100644 --- a/japanese/Wnn6-lib/Makefile +++ b/japanese/Wnn6-lib/Makefile @@ -3,7 +3,7 @@ # Date created: 22 November 1994 # Whom: asami # -# $Id: Makefile,v 1.5 1995/01/11 07:20:03 asami Exp $ +# $Id: Makefile,v 1.6 1995/03/24 11:09:25 asami Exp $ # DISTNAME= Wnn4.2 @@ -11,8 +11,6 @@ MASTER_SITES= ftp://utsun.s.u-tokyo.ac.jp/fj/ MAINTAINER= asami@FreeBSD.ORG IS_INTERACTIVE= yes WRKSRC= ${WRKDIR}/Xsi -PKG_ARGS?= -v -c ${PKGDIR}/COMMENT -d ${PKGDIR}/DESCR -f ${PKGDIR}/PLIST \ - -r ${PKGDIR}/REQ -i ${PKGDIR}/INSTALL -p ${PREFIX} # These are necesary because this package uses a different Makefile for # building and installing etc. |