diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-04-19 14:17:23 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-04-19 14:17:23 +0000 |
commit | 7875f399daaec944ce312454e609c61aa0ff17f2 (patch) | |
tree | e1e2d175017e28510ab5af9ba4af7f24693b4d20 /archivers | |
parent | - define NO_LATEST_LINK, even if port is forbiden (diff) |
- define NO_LATEST_LINK.
Maybe LATEST_LINK=archivers_rvm would be better.
If you think so, let me know.
Noticed by: Ports with duplicate LATEST_LINKS report
Notes
Notes:
svn path=/head/; revision=107592
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/rvm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/rvm/Makefile b/archivers/rvm/Makefile index 47251802403c..f9412d255430 100644 --- a/archivers/rvm/Makefile +++ b/archivers/rvm/Makefile @@ -22,6 +22,7 @@ RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync USE_GNOME= gnometarget GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-default-config-file=${PREFIX}/etc/rvm.conf +NO_LATEST_LINK= YES MAN1= rvm.1 PLIST_FILES= bin/rvm |