diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-08 19:40:17 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-08 19:40:17 +0000 |
commit | 3762076111dc5f98e997c84addf5b1ea5f319354 (patch) | |
tree | c4de227cd2982d562aeb19476ca45e32a17b73c8 /textproc/flip | |
parent | - Define NO_LATEST_LINK (diff) |
- Define NO_LATEST_LINK, we already got flip elsewhere
Prodded by: kris' duplicate LATEST_LINKS mailing
Notes
Notes:
svn path=/head/; revision=138726
Diffstat (limited to 'textproc/flip')
-rw-r--r-- | textproc/flip/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/flip/Makefile b/textproc/flip/Makefile index 1d4716ec75d1..5deaa0611e2a 100644 --- a/textproc/flip/Makefile +++ b/textproc/flip/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@freebsd.org COMMENT= Convert text file line endings between Unix and DOS formats +NO_LATEST_LINK= yes + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} ALL_TARGET= bsd PLIST_FILES= bin/flip |