mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-28 06:26:12 -04:00
17 lines
538 B
Plaintext
17 lines
538 B
Plaintext
$NetBSD: patch-br,v 1.2 2008/08/07 16:00:14 joerg Exp $
|
|
|
|
--- xenstat/xentop/Makefile.orig 2007-01-08 16:00:52.000000000 +0100
|
|
+++ xenstat/xentop/Makefile 2007-04-25 18:43:18.000000000 +0200
|
|
@@ -33,9 +33,8 @@
|
|
|
|
.PHONY: install
|
|
install: xentop xentop.1
|
|
- $(INSTALL_PROG) xentop $(DESTDIR)$(sbindir)/xentop
|
|
- $(INSTALL_DIR) $(DESTDIR)$(man1dir)
|
|
- $(INSTALL_DATA) xentop.1 $(DESTDIR)$(man1dir)/xentop.1
|
|
+ $(BSD_INSTALL_PROGRAM) xentop ${DESTDIR}$(PREFIX)/sbin
|
|
+ $(BSD_INSTALL_DATA) xentop.1 ${DESTDIR}$(PREFIX)/$(PKGMANDIR)/man1
|
|
|
|
endif
|
|
|