diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-28 03:31:26 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-28 03:31:26 +0000 |
commit | 922c1f036051a34f82519750eec116d2e8d77e5d (patch) | |
tree | b03075ff9e856976edb9357781e4e5a8ce13225b | |
parent | Update to version 1.1.1 of the Security Howto. (diff) |
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.
-rw-r--r-- | devel/imake-4/Makefile | 2 | ||||
-rw-r--r-- | devel/imake/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/devel/imake-4/Makefile b/devel/imake-4/Makefile index eb74345d5b7c..027aedbbf4ba 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 diff --git a/devel/imake/Makefile b/devel/imake/Makefile index eb74345d5b7c..027aedbbf4ba 100644 --- a/devel/imake/Makefile +++ b/devel/imake/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 |