diff options
author | joerg <joerg> | 2008-06-20 01:09:05 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-20 01:09:05 +0000 |
commit | d8368bbc25c90072a19b5e48f0fba26251b6877f (patch) | |
tree | bb388f6b2532587595653e67cce25229ed050cb8 /time/globe | |
parent | f1b924fda77b6920565e56f54c9391b4dc68f8ca (diff) | |
download | pkgsrc-d8368bbc25c90072a19b5e48f0fba26251b6877f.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'time/globe')
-rw-r--r-- | time/globe/Makefile | 6 | ||||
-rw-r--r-- | time/globe/distinfo | 4 | ||||
-rw-r--r-- | time/globe/patches/patch-aa | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/time/globe/Makefile b/time/globe/Makefile index 398d9d1293f..34153b0a8ed 100644 --- a/time/globe/Makefile +++ b/time/globe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/05/03 21:38:14 kristerw Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/20 01:09:39 joerg Exp $ # DISTNAME= globe_26mar94 @@ -11,6 +11,10 @@ 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 + .include "../../mk/bsd.pkg.mk" diff --git a/time/globe/distinfo b/time/globe/distinfo index 92d873f4603..94c7915518e 100644 --- a/time/globe/distinfo +++ b/time/globe/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 19:14:54 wiz Exp $ +$NetBSD: distinfo,v 1.3 2008/06/20 01:09:39 joerg Exp $ SHA1 (globe_26mar94.tar.gz) = e1d27953237d3ae1648080045f86a0529cd01b7f RMD160 (globe_26mar94.tar.gz) = 94470c28771d33c20411ce706aa3695f89a8f336 Size (globe_26mar94.tar.gz) = 9813 bytes -SHA1 (patch-aa) = 1026b2f69c4b2d02da6e643245a07ace9c49b663 +SHA1 (patch-aa) = cc11ea40f3382506cad6b064a64261ce7081e49c diff --git a/time/globe/patches/patch-aa b/time/globe/patches/patch-aa index 492a692578e..536997d61c3 100644 --- a/time/globe/patches/patch-aa +++ b/time/globe/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1 2001/11/26 20:39:15 is Exp $ +$NetBSD: patch-aa,v 1.2 2008/06/20 01:09:39 joerg Exp $ --- Makefile.orig Fri Nov 10 20:11:03 1995 +++ Makefile @@ -31,8 +31,8 @@ $NetBSD: patch-aa,v 1.1 2001/11/26 20:39:15 is Exp $ - cp globe $(BINDIR) - rm -f $(MANDIR)/man1/globe.1 - cp globe.1 $(MANDIR)/man1 -+ ${BSD_INSTALL_PROGRAM} globe $(BINDIR) -+ ${BSD_INSTALL_MAN} globe.1 $(MANDIR) ++ ${BSD_INSTALL_PROGRAM} globe ${DESTDIR}$(BINDIR) ++ ${BSD_INSTALL_MAN} globe.1 ${DESTDIR}$(MANDIR) clean: rm -f globe a.out core |