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 | e613b3f0efa03dae6065d04e7620c6c9e43a68a1 (patch) | |
tree | c6c2a7d0dcfbf3fe47fb535203593b8ea862fb85 /print/pcps | |
parent | 3668dc06e6086a5f5bd43edb61963501d1ec410f (diff) | |
download | pkgsrc-e613b3f0efa03dae6065d04e7620c6c9e43a68a1.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'print/pcps')
-rw-r--r-- | print/pcps/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/pcps/Makefile b/print/pcps/Makefile index aac34380a6f..e0bacde3dab 100644 --- a/print/pcps/Makefile +++ b/print/pcps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2009/05/19 08:59:30 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2012/10/08 13:45:43 asau Exp $ # DISTNAME= pcps840 @@ -16,8 +16,6 @@ RESTRICTED= This is shareware for your evaluation and subsequent payment NO_BIN_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR} MAKE_FILE= makefile BUILD_TARGET= |