diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2009-10-30 02:38:01 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2009-10-30 02:38:01 +0800 |
commit | 9a32a89bfda2ec2110e0fa124254a3d766d00909 (patch) | |
tree | bc2521c7ca25260f6724bfe4e02222f70054db35 /misc | |
parent | ef0c8e7500a625a06fbb644bff14e60fb95b1b48 (diff) | |
download | freebsd-ports-gnome-9a32a89bfda2ec2110e0fa124254a3d766d00909.tar.gz freebsd-ports-gnome-9a32a89bfda2ec2110e0fa124254a3d766d00909.tar.zst freebsd-ports-gnome-9a32a89bfda2ec2110e0fa124254a3d766d00909.zip |
- Remove NO_LATEST_LINK
- Set LATEST_LINK on misc/sword15
Diffstat (limited to 'misc')
-rw-r--r-- | misc/sword/Makefile | 1 | ||||
-rw-r--r-- | misc/sword15/Makefile | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/misc/sword/Makefile b/misc/sword/Makefile index 550de7c6bba8..b8ec46ac99b2 100644 --- a/misc/sword/Makefile +++ b/misc/sword/Makefile @@ -17,7 +17,6 @@ MAINTAINER= tabthorpe@FreeBSD.org COMMENT= A project framework for manipulating Bible texts CONFLICTS= sword-1.5* -NO_LATEST_LINK= yes MAKE_JOBS_SAFE= yes diff --git a/misc/sword15/Makefile b/misc/sword15/Makefile index 008d4280ad77..4c42ed6ea82f 100644 --- a/misc/sword15/Makefile +++ b/misc/sword15/Makefile @@ -18,7 +18,7 @@ MAINTAINER= tabthorpe@FreeBSD.org COMMENT= A project framework for manipulating Bible texts CONFLICTS= sword-1.6* -NO_LATEST_LINK= yes +LATEST_LINK= ${PORTNAME}15 MAKE_JOBS_SAFE= yes |