diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-01-30 16:21:58 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-01-30 16:21:58 +0800 |
commit | 4e0719251775d592ed7cfc429605ffd7847cb326 (patch) | |
tree | 6726bde0c7d0afefe17bea020925868b790541a9 /www/webserver/Makefile | |
parent | 54685364a90201a1fb083a3cc5d4ffa4c37e824d (diff) | |
download | freebsd-ports-gnome-4e0719251775d592ed7cfc429605ffd7847cb326.tar.gz freebsd-ports-gnome-4e0719251775d592ed7cfc429605ffd7847cb326.tar.zst freebsd-ports-gnome-4e0719251775d592ed7cfc429605ffd7847cb326.zip |
- update to 1.1.1
Diffstat (limited to 'www/webserver/Makefile')
-rw-r--r-- | www/webserver/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/www/webserver/Makefile b/www/webserver/Makefile index 551ba7074fd6..fd4bd2b95408 100644 --- a/www/webserver/Makefile +++ b/www/webserver/Makefile @@ -6,7 +6,7 @@ # PORTNAME= webserver -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GNUSTEP} MASTER_SITE_SUBDIR= libs @@ -20,7 +20,11 @@ USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BASE= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes -DEFAULT_LIBVERSION= 1.1 USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} +DEFAULT_LIBVERSION= 1.1 +DEFAULT_LIBVERSION2= 1.1.0 +PLIST_SUB+= LIBVERSION2=${DEFAULT_LIBVERSION2} +PLIST_SUB+= MAJORLIBVERSION2=${DEFAULT_LIBVERSION2:C/([0-9]).*/\1/1} + .include <bsd.port.mk> |