diff options
author | asau <asau> | 2012-10-08 13:45:34 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-08 13:45:34 +0000 |
commit | 6a713e7992c0a34673596f73cab989f61ae45998 (patch) | |
tree | c6c2a7d0dcfbf3fe47fb535203593b8ea862fb85 /print/imposter | |
parent | 3b8da90026df2ccd43cc08a86f8d8a228bb0295e (diff) | |
download | pkgsrc-6a713e7992c0a34673596f73cab989f61ae45998.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'print/imposter')
-rw-r--r-- | print/imposter/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/imposter/Makefile b/print/imposter/Makefile index 5988bd7e950..9d55944f7eb 100644 --- a/print/imposter/Makefile +++ b/print/imposter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2012/10/02 17:11:51 tron Exp $ +# $NetBSD: Makefile,v 1.30 2012/10/08 13:45:39 asau Exp $ # DISTNAME= imposter-0.3 @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://imposter.sourceforge.net/ COMMENT= Standalone OpenOffice presentations viewer using GTK2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_TOOLS+= gmake msgfmt pkg-config USE_PKGLOCALEDIR= yes |