diff options
author | asau <asau@pkgsrc.org> | 2012-10-02 21:25:15 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-02 21:25:15 +0000 |
commit | ba25df56c6f06ebdc49e8183931fcf771ffdff4d (patch) | |
tree | 43a00ef6fe7500f6094c17b88abeee49f8e0895b /databases/krecipes | |
parent | 424b41d42d21b3809777219bf47d32a1cbccad86 (diff) | |
download | pkgsrc-ba25df56c6f06ebdc49e8183931fcf771ffdff4d.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'databases/krecipes')
-rw-r--r-- | databases/krecipes/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/krecipes/Makefile b/databases/krecipes/Makefile index 416d3323f4d..e2f6988a6f4 100644 --- a/databases/krecipes/Makefile +++ b/databases/krecipes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2012/09/15 10:04:02 obache Exp $ +# $NetBSD: Makefile,v 1.34 2012/10/02 21:25:20 asau Exp $ # DISTNAME= krecipes-1.0-beta1 @@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://krecipes.sourceforge.net/ COMMENT= Recipe manager -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes SET_LIBDIR= yes USE_LANGUAGES= c c++ |