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 | ba231f5526575cc6acbd7ed3c21f348cdb19b306 (patch) | |
tree | 42ed36270c26ff5446e6bf807a3287ffe97fabc7 /time/globe | |
parent | 64785f27e94a7e74adfb570d3ff49f40e0e39c06 (diff) | |
download | pkgsrc-ba231f5526575cc6acbd7ed3c21f348cdb19b306.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'time/globe')
-rw-r--r-- | time/globe/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/time/globe/Makefile b/time/globe/Makefile index 34153b0a8ed..bf2c714fa48 100644 --- a/time/globe/Makefile +++ b/time/globe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/06/20 01:09:39 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2012/10/08 13:04:18 asau Exp $ # DISTNAME= globe_26mar94 @@ -11,8 +11,6 @@ MAINTAINER= is@NetBSD.org HOMEPAGE= http://www.acme.com/software/globe/ COMMENT= Display the currently-lighted face of Earth in ASCII -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/globe INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 |