diff options
author | jlam <jlam@pkgsrc.org> | 2001-08-19 04:48:33 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-08-19 04:48:33 +0000 |
commit | bb98a4c6105997becebf73f5f8c2a13b6e167767 (patch) | |
tree | 61fe1571f9e68b3fa46120c7eb415eab781d4326 /comms/ifcico-cm | |
parent | 675660ea8f0d269bcc470cd915eed2e5b9c6f22d (diff) | |
download | pkgsrc-bb98a4c6105997becebf73f5f8c2a13b6e167767.tar.gz |
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'comms/ifcico-cm')
-rw-r--r-- | comms/ifcico-cm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/ifcico-cm/Makefile b/comms/ifcico-cm/Makefile index 40005cf7b85..49d72c67475 100644 --- a/comms/ifcico-cm/Makefile +++ b/comms/ifcico-cm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/02/24 20:43:55 tv Exp $ +# $NetBSD: Makefile,v 1.7 2001/08/19 04:48:36 jlam Exp $ # DISTNAME= ifcico-3.0.cm.alpha-4.1 @@ -10,6 +10,8 @@ MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.cosy.sbg.ac.at/~cmeer/ifcico/ COMMENT= FidoNet transport program using FTS protocols via dial or TCP +USE_BUILDLINK_ONLY= # defined + post-build: ${SED} -e 's,@PREFIX@,${PREFIX},g' ${WRKSRC}/misc/config >${WRKDIR}/config.dist ${SED} -e 's,@PREFIX@,${PREFIX},g' ${WRKSRC}/misc/config-global \ |