diff options
author | steve <steve@FreeBSD.org> | 2000-05-28 03:31:26 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-05-28 03:31:26 +0000 |
commit | ccca24995d87f982a3b3475d02cc5cd089831cc1 (patch) | |
tree | 126b75d002797ec75ca5d3e65c0c29ac8bb6bc07 /devel/imake-4 | |
parent | c4c9538e9cbfd4a6ec7c1ac3876f230bc9d4ca74 (diff) | |
download | FreeBSD-ports-ccca24995d87f982a3b3475d02cc5cd089831cc1.zip FreeBSD-ports-ccca24995d87f982a3b3475d02cc5cd089831cc1.tar.gz |
Mark this port as MANUAL_PACKAGE_BUILD. It installs and them removes some
files (most notably xmkmf) that are also in the XFree86 port. This was
causing serious problems on my Alpha package building machine.
Diffstat (limited to 'devel/imake-4')
-rw-r--r-- | devel/imake-4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/imake-4/Makefile b/devel/imake-4/Makefile index eb74345..027aedb 100644 --- a/devel/imake-4/Makefile +++ b/devel/imake-4/Makefile @@ -18,6 +18,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= max@FreeBSD.org +MANUAL_PACKAGE_BUILD= installs/removes files also in the XFree86 port + PREFIX= ${X11BASE} DIST_SUBDIR= xc WRKSRC= ${WRKDIR}/xc/config |