diff options
author | asau <asau> | 2012-10-31 11:16:30 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-31 11:16:30 +0000 |
commit | 52ae94c9b672e9389ee68afb66df841a3afeb667 (patch) | |
tree | 6eb09c25220d76b18e8b9066167d5ee3c96a3712 /devel/uno | |
parent | cf871ec64c560ebe1cc9c0ba791a04b62017feed (diff) | |
download | pkgsrc-52ae94c9b672e9389ee68afb66df841a3afeb667.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'devel/uno')
-rw-r--r-- | devel/uno/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/uno/Makefile b/devel/uno/Makefile index bd77d6442f5..73cfe9d96aa 100644 --- a/devel/uno/Makefile +++ b/devel/uno/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2011/12/07 08:19:57 marino Exp $ +# $NetBSD: Makefile,v 1.16 2012/10/31 11:19:52 asau Exp $ # DISTNAME= uno_v213 @@ -14,7 +14,6 @@ NOT_FOR_PLATFORM= DragonFly-*-x86_64 #Cannot build 32-bit binary WRKSRC= ${WRKDIR}/uno/src MAKE_FILE= makefile -PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no USE_TOOLS+= bison gmake flex |