diff options
author | wiz <wiz> | 2012-05-13 15:23:33 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-05-13 15:23:33 +0000 |
commit | 2d1d3c0099334295f65d2bba3a55a4bc12b0863f (patch) | |
tree | 00a74c572684d59e492c486e277fb6048ee55310 | |
parent | c0ce55b48321885f0bfe4c2196087b1b6609235f (diff) | |
download | pkgsrc-2d1d3c0099334295f65d2bba3a55a4bc12b0863f.tar.gz |
"Convert" to destdir by moving one line higher up.
-rw-r--r-- | security/courier-authlib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/courier-authlib/Makefile b/security/courier-authlib/Makefile index 58e8813d081..44f0f91c11d 100644 --- a/security/courier-authlib/Makefile +++ b/security/courier-authlib/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2010/06/15 23:10:44 pettai Exp $ +# $NetBSD: Makefile,v 1.37 2012/05/13 15:23:33 wiz Exp $ + +PKG_DESTDIR_SUPPORT= user-destdir .include "Makefile.common" @@ -17,8 +19,6 @@ CONFLICTS+= courier-authldap-[0-9]* CONFLICTS+= courier-authmysql-[0-9]* CONFLICTS+= courier-authpgsql-[0-9]* -PKG_DESTDIR_SUPPORT= user-destdir - USE_LIBTOOL= yes LIBTOOLIZE_PLIST= yes PKG_SYSCONFSUBDIR= authlib |