diff options
author | asami <asami@FreeBSD.org> | 1999-03-29 07:50:59 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-03-29 07:50:59 +0000 |
commit | 75ecafb2704cfaf99d762444b16aaa3689ea4deb (patch) | |
tree | 3de1fe69f12a4b0f4e379d046df776dd5e360f16 /textproc/coco | |
parent | dbb5810fa0ba7ce631265ead41fb74fefa24a0a1 (diff) | |
download | FreeBSD-ports-75ecafb2704cfaf99d762444b16aaa3689ea4deb.zip FreeBSD-ports-75ecafb2704cfaf99d762444b16aaa3689ea4deb.tar.gz |
Remove CONFIGURE_TARGET, the default suffices with the fixed bsd.port.mk.
PR: 10724
Diffstat (limited to 'textproc/coco')
-rw-r--r-- | textproc/coco/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/coco/Makefile b/textproc/coco/Makefile index 246c35f..e0274bc 100644 --- a/textproc/coco/Makefile +++ b/textproc/coco/Makefile @@ -3,7 +3,7 @@ # Date created: 7 July 1997 # Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> # -# $Id: Makefile,v 1.37 1999/02/03 11:11:42 asami Exp $ +# $Id: Makefile,v 1.38 1999/03/08 07:28:24 asami Exp $ # DISTNAME= mule-2.3 @@ -58,7 +58,6 @@ BROKEN= You should build install one of the other mule ports first INSTALL_COOKIE= ${WRKDIR}/.install_done-${PKGNAME} PACKAGE_COOKIE= ${WRKDIR}/.package_done-${PKGNAME} TMPPLIST= ${WRKDIR}/.PLIST.mktmp-${PKGNAME} -CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd PLIST_SUB= EMACS_VERSION=19.34 EMACS_ARCH=${CONFIGURE_TARGET} USE_XLIB= yes |