diff options
author | asami <asami@FreeBSD.org> | 1997-11-22 01:38:55 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-22 01:38:55 +0000 |
commit | f2528b2eee79550f99da86464909241b23430fbf (patch) | |
tree | 256489ff8de65d75d7ff414b39bb8d2083c14dee /japanese/ptex-euc | |
parent | d814e562f890fd024c37111f180d9ee2b178810e (diff) | |
download | FreeBSD-ports-f2528b2eee79550f99da86464909241b23430fbf.zip FreeBSD-ports-f2528b2eee79550f99da86464909241b23430fbf.tar.gz |
Move MANUAL_PACKAGE_BUILD to the right place. I had these ports marked
BROKEN (with the BROKEN line as far away as possible from the regular
center of activity) and forgot to move them to the right place when
I changed these to MANUAL_PACKAGE_BUILD. Sorry!
Diffstat (limited to 'japanese/ptex-euc')
-rw-r--r-- | japanese/ptex-euc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/japanese/ptex-euc/Makefile b/japanese/ptex-euc/Makefile index 6e7a429..9664ea4 100644 --- a/japanese/ptex-euc/Makefile +++ b/japanese/ptex-euc/Makefile @@ -3,7 +3,7 @@ # Date created: 05 Oct 1997 # Whom: max # -# $Id: Makefile,v 1.2 1997/10/04 17:58:43 max Exp $ +# $Id: Makefile,v 1.3 1997/11/10 11:22:53 asami Exp $ # DISTNAME= ptex215 @@ -16,6 +16,7 @@ MAINTAINER= max@FreeBSD.ORG RUN_DEPENDS= ptex-common:${PORTSDIR}/japanese/ptex-common +MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-* USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= euc @@ -46,6 +47,4 @@ post-install: pre-clean: @${RM} -rf ${WRKSRC} -MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-* - .include <bsd.port.mk> |