diff options
author | asami <asami@FreeBSD.org> | 1995-03-27 13:24:18 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-03-27 13:24:18 +0000 |
commit | e3df95228257fac1af2864e2fc3846f3881f70a0 (patch) | |
tree | f37c84817fc6976b2e18759ed4562ed410d8ca34 /japanese/Wnn6 | |
parent | 291ef208a899e3b329ef68c5129381c61ce41966 (diff) | |
download | FreeBSD-ports-e3df95228257fac1af2864e2fc3846f3881f70a0.zip FreeBSD-ports-e3df95228257fac1af2864e2fc3846f3881f70a0.tar.gz |
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.
Diffstat (limited to 'japanese/Wnn6')
-rw-r--r-- | japanese/Wnn6/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/japanese/Wnn6/Makefile b/japanese/Wnn6/Makefile index 72baa69..b6d353d 100644 --- a/japanese/Wnn6/Makefile +++ b/japanese/Wnn6/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. |