diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-13 11:57:25 +0800 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-13 11:57:25 +0800 |
commit | d7f59ea8de230bb289b02649cd575560e4c71e0d (patch) | |
tree | eae797f7211f5c20b5be446f4fa649681b374597 /www | |
parent | 3aa9b484131b5835a7875ba57cac901593286b35 (diff) | |
download | freebsd-ports-gnome-d7f59ea8de230bb289b02649cd575560e4c71e0d.tar.gz freebsd-ports-gnome-d7f59ea8de230bb289b02649cd575560e4c71e0d.tar.zst freebsd-ports-gnome-d7f59ea8de230bb289b02649cd575560e4c71e0d.zip |
- update to use new bsd.gnustep.mk
Approved by: gurkan@linuks.mine.nu
Diffstat (limited to 'www')
-rw-r--r-- | www/gnustep-ticker/Makefile | 2 | ||||
-rw-r--r-- | www/webserver/Makefile | 8 | ||||
-rw-r--r-- | www/webserver/pkg-plist | 2 |
3 files changed, 3 insertions, 9 deletions
diff --git a/www/gnustep-ticker/Makefile b/www/gnustep-ticker/Makefile index 1a9587318265..9e588f523eb6 100644 --- a/www/gnustep-ticker/Makefile +++ b/www/gnustep-ticker/Makefile @@ -16,12 +16,10 @@ EXTRACT_SUFX= .tgz MAINTAINER= dinoex@FreeBSD.org COMMENT= RSS monitor for RSS and Atom feeds -USE_GMAKE= yes USE_GNUSTEP= yes USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes -MAKEFILE= .include <bsd.port.mk> diff --git a/www/webserver/Makefile b/www/webserver/Makefile index 16c4f25f59c3..551ba7074fd6 100644 --- a/www/webserver/Makefile +++ b/www/webserver/Makefile @@ -15,16 +15,12 @@ DISTNAME= WebServer-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Framework for a GNUstep to act as HTTP or HTTPS server -USE_GMAKE= yes USE_GNUSTEP= yes USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BASE= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes -MAKEFILE= GNUmakefile -ALL_TARGET= -LDCONFIG_DIRS= ${LOCALLIBDIR} -INSTALLS_SHLIB= yes -NO_FILTER_SHLIBS= yes +DEFAULT_LIBVERSION= 1.1 +USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} .include <bsd.port.mk> diff --git a/www/webserver/pkg-plist b/www/webserver/pkg-plist index 069b6a6c2920..26be275da186 100644 --- a/www/webserver/pkg-plist +++ b/www/webserver/pkg-plist @@ -4,7 +4,7 @@ Local/Library/Documentation/WebServer/WebServer.igsdoc Local/Library/Documentation/WebServer/dependencies Local/Library/Headers/WebServer/WebServer.h Local/Library/Libraries/libWebServer.so -Local/Library/Libraries/libWebServer.so.%%MAJORVERSION%%.1 +Local/Library/Libraries/libWebServer.so.%%LIBVERSION%% Local/Library/Libraries/libWebServer.so.%%VERSION%% @dirrm Local/Library/Headers/WebServer @dirrm Local/Library/Documentation/WebServer |