diff options
author | taoka <taoka@FreeBSD.org> | 2001-12-03 21:42:53 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2001-12-03 21:42:53 +0800 |
commit | 27d1fdbdd4a0d25adfd86b9174f3fe0bab3586aa (patch) | |
tree | e92006d8f381c0cfb400fa8515bb3f8830b76506 /editors/mule | |
parent | 3176bfc7cc8f265e4eb04e91cce6b9ef668f717a (diff) | |
download | freebsd-ports-graphics-27d1fdbdd4a0d25adfd86b9174f3fe0bab3586aa.tar.gz freebsd-ports-graphics-27d1fdbdd4a0d25adfd86b9174f3fe0bab3586aa.tar.zst freebsd-ports-graphics-27d1fdbdd4a0d25adfd86b9174f3fe0bab3586aa.zip |
Unbreak (a problem occurs by the modification of bsd.port.mk rev 1.379)
Fix for mule*wnn7 ports
Submitted by: motoyuki
Diffstat (limited to 'editors/mule')
-rw-r--r-- | editors/mule/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile index a2bc624c986..395d9b8ef52 100644 --- a/editors/mule/Makefile +++ b/editors/mule/Makefile @@ -40,8 +40,6 @@ FILESDIR= ${.CURDIR}/../../editors/mule-common/files MD5_FILE= ${.CURDIR}/../../editors/mule-common/distinfo SCRIPTDIR= ${.CURDIR}/../../editors/mule-common/scripts PLIST= ${.CURDIR}/../../editors/mule/pkg-plist -INSTALL_COOKIE= ${WRKDIR}/.install_done-${PKGNAME} -PACKAGE_COOKIE= ${WRKDIR}/.package_done-${PKGNAME} GNU_CONFIGURE= yes USE_GMAKE= yes MAKE_ENV= LIBDIR="${LIBDIR}" |