diff options
author | glewis <glewis@FreeBSD.org> | 2004-02-20 07:19:29 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-02-20 07:19:29 +0800 |
commit | ea91fd4d8989cf7d79c52c57a75435f896d68013 (patch) | |
tree | 180758d5546eda25e1a8ad22bbf48d32f12f1224 /www | |
parent | 1a26de60c0e95e4af9d4354c9a1dea1536fb9db9 (diff) | |
download | freebsd-ports-gnome-ea91fd4d8989cf7d79c52c57a75435f896d68013.tar.gz freebsd-ports-gnome-ea91fd4d8989cf7d79c52c57a75435f896d68013.tar.zst freebsd-ports-gnome-ea91fd4d8989cf7d79c52c57a75435f896d68013.zip |
. Set LATEST_LINK to avoid a conflict with www/resin2.
PR: 62843
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/resin3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/resin3/Makefile b/www/resin3/Makefile index 011a7b145c7b..7ccdd083a947 100644 --- a/www/resin3/Makefile +++ b/www/resin3/Makefile @@ -29,6 +29,7 @@ PORT?= 8080 # If we used PKGNAMESUFFIX, the package name would be resin2-2.1.11 APP_NAME_SUFFIX= ${PORTVERSION:C/\..*$//} APP_NAME?= ${PORTNAME}${APP_NAME_SUFFIX} +LATEST_LINK= ${APP_NAME} APP_HOME?= ${PREFIX}/${APP_NAME} WITH_APACHE?= NO WITH_APACHE2?= NO |