diff options
-rw-r--r-- | net/coda5_client/Makefile | 1 | ||||
-rw-r--r-- | net/coda5_server/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net/coda5_client/Makefile b/net/coda5_client/Makefile index e1dd3d9c13b0..51f8e2daea1c 100644 --- a/net/coda5_client/Makefile +++ b/net/coda5_client/Makefile @@ -16,6 +16,7 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc MASTERDIR= ${.CURDIR}/../coda5_server PKGDIR= ${.CURDIR} +LATEST_LINK= coda5-client CODA_SUITE= client diff --git a/net/coda5_server/Makefile b/net/coda5_server/Makefile index 49806719dd04..5d3bf47cd50b 100644 --- a/net/coda5_server/Makefile +++ b/net/coda5_server/Makefile @@ -24,6 +24,7 @@ LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \ ALL_TARGET= coda INSTALL_TARGET= ${CODA_SUITE}-install +LATEST_LINK?= coda5-server GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS?= --sysconfdir=${PREFIX}/etc/rc.d |