diff options
author | asau <asau@pkgsrc.org> | 2012-10-08 13:45:34 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-08 13:45:34 +0000 |
commit | 1cab6cc0c3a069a33537585e2ac12e24c68ff194 (patch) | |
tree | c6c2a7d0dcfbf3fe47fb535203593b8ea862fb85 /print/py-cups | |
parent | 68adb52506a560c8f99ee07b539c0cbafdaf3906 (diff) | |
download | pkgsrc-1cab6cc0c3a069a33537585e2ac12e24c68ff194.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'print/py-cups')
-rw-r--r-- | print/py-cups/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/py-cups/Makefile b/print/py-cups/Makefile index 14d01d1a798..906b0f1f8bf 100644 --- a/print/py-cups/Makefile +++ b/print/py-cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/05/28 09:02:55 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2012/10/08 13:45:45 asau Exp $ DISTNAME= pycups-${VERSION} PKGNAME= ${PYPKGPREFIX}-cups-${VERSION} @@ -12,7 +12,6 @@ HOMEPAGE= http://cyberelk.net/tim/software/pycups/ COMMENT= Python bindings for the CUPS API LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir CFLAGS+= -DVERSION=\"${VERSION}\" PYDISTUTILSPKG= yes |