diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-02-19 23:19:29 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-02-19 23:19:29 +0000 |
commit | 29ea4397c034362530c4c8b8126857faf8e5b7ad (patch) | |
tree | ee1016fd60fb6de1272fc7828f152b363e789bdc /www/resin3 | |
parent | 017a4017b800bdb7c892f705cf4650aeb7a95490 (diff) | |
download | ports-29ea4397c034362530c4c8b8126857faf8e5b7ad.tar.gz ports-29ea4397c034362530c4c8b8126857faf8e5b7ad.zip |
Notes
Diffstat (limited to 'www/resin3')
-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 |