diff options
author | sanpei <sanpei@FreeBSD.org> | 2000-09-21 23:23:43 +0800 |
---|---|---|
committer | sanpei <sanpei@FreeBSD.org> | 2000-09-21 23:23:43 +0800 |
commit | 5c71bc7ad270298a8562ca485e8b4a19308bc786 (patch) | |
tree | c0ca765911b99ef2b448c695a1962adc1de20118 /textproc | |
parent | d5ab496dc95fb75521d258d89684d0ca70e989b2 (diff) | |
download | freebsd-ports-gnome-5c71bc7ad270298a8562ca485e8b4a19308bc786.tar.gz freebsd-ports-gnome-5c71bc7ad270298a8562ca485e8b4a19308bc786.tar.zst freebsd-ports-gnome-5c71bc7ad270298a8562ca485e8b4a19308bc786.zip |
sync $NetBSD: Makefile 1.3 $
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/cdif/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/cdif/Makefile b/textproc/cdif/Makefile index 11b5508b744e..319d943fec24 100644 --- a/textproc/cdif/Makefile +++ b/textproc/cdif/Makefile @@ -2,7 +2,7 @@ # Date created: July 22, 2000 # Whom: Yoshiro MIHIRA <sanpei@sanpei.org> # -# $NetBSD: Makefile,v 1.2 2000/03/16 14:08:38 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/27 02:46:07 jlam Exp $ # $FreeBSD$ # @@ -23,7 +23,6 @@ do-extract: ${MKDIR} ${WRKSRC} ${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}/${DISTNAME}.dist -# assumes perl is in ${LOCALBASE}/bin/perl do-patch: ${SED} -e '1s@/usr/local/bin/perl@${PERL}@' \ < ${WRKSRC}/${DISTNAME}.dist > ${WRKSRC}/${DISTNAME} |