diff options
author | asau <asau@pkgsrc.org> | 2012-10-08 13:04:16 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-08 13:04:16 +0000 |
commit | 7a48191ad0a52cfc86bcf6477e155dce1d4802ad (patch) | |
tree | 42ed36270c26ff5446e6bf807a3287ffe97fabc7 /time/lmclock | |
parent | 96fe9f4e36f8dcb42dfa7f83cc9b8ff22ae611d2 (diff) | |
download | pkgsrc-7a48191ad0a52cfc86bcf6477e155dce1d4802ad.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'time/lmclock')
-rw-r--r-- | time/lmclock/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/time/lmclock/Makefile b/time/lmclock/Makefile index f850154bb14..8b9a7e14fba 100644 --- a/time/lmclock/Makefile +++ b/time/lmclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2009/05/30 00:56:11 zafer Exp $ +# $NetBSD: Makefile,v 1.12 2012/10/08 13:04:20 asau Exp $ # DISTNAME= lmclock-1.2 @@ -10,8 +10,6 @@ MAINTAINER= is@NetBSD.org HOMEPAGE= http://pantransit.reptiles.org/prog/ COMMENT= Hard-coded Xerox Lisp machine clock clone -PKG_DESTDIR_SUPPORT= user-destdir - post-extract: ${TOUCH} ${WRKSRC}/lmclock.man |