diff options
author | pav <pav@FreeBSD.org> | 2005-07-09 03:40:17 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-09 03:40:17 +0800 |
commit | 71c5c0be3c38293b29160e3733ababde992a0df9 (patch) | |
tree | 07da680a3af7260abb8dde90b2fb658c8719b882 /textproc | |
parent | 83ab0f76bcb7bfde807cb7138a10149ddc36eee5 (diff) | |
download | freebsd-ports-gnome-71c5c0be3c38293b29160e3733ababde992a0df9.tar.gz freebsd-ports-gnome-71c5c0be3c38293b29160e3733ababde992a0df9.tar.zst freebsd-ports-gnome-71c5c0be3c38293b29160e3733ababde992a0df9.zip |
- Define NO_LATEST_LINK, we already got flip elsewhere
Prodded by: kris' duplicate LATEST_LINKS mailing
Diffstat (limited to 'textproc')
-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 |