diff options
author | asau <asau@pkgsrc.org> | 2012-12-04 06:23:27 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-12-04 06:23:27 +0000 |
commit | ec7341b8791855a6e85c81de5239b701da20169a (patch) | |
tree | d9d6fa9bc5cf6d54bc6a8b3d397d5c71123c03b3 /www/SOGo | |
parent | 3f8e76446ce4bac0f7cbfb5295c2f59a85c26918 (diff) | |
download | pkgsrc-ec7341b8791855a6e85c81de5239b701da20169a.tar.gz |
Remove PKG_DESTDIR_SUPPORT setting the default value.
Diffstat (limited to 'www/SOGo')
-rw-r--r-- | www/SOGo/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/SOGo/Makefile b/www/SOGo/Makefile index bde7a461d5c..d17520718ba 100644 --- a/www/SOGo/Makefile +++ b/www/SOGo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/11/24 14:06:43 manu Exp $ +# $NetBSD: Makefile,v 1.8 2012/12/04 06:23:27 asau Exp $ # DISTNAME= SOGo-2.0.2a @@ -10,8 +10,6 @@ HOMEPAGE= http://www.sogo.nu/ COMMENT= Groupware server supporting CalDAV, CardDAV and GroupDAV LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - HAS_CONFIGURE= yes USE_LANGUAGES= c USE_TOOLS+= gmake zip:run |