1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Convert to staging

PR:		ports/183181
Submitted by:	mat@
This commit is contained in:
Beat Gaetzi 2013-11-18 13:29:35 +00:00
parent 278ed34f69
commit cd8ab6a935
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334191
2 changed files with 6 additions and 8 deletions

View File

@ -10,8 +10,6 @@ MASTER_SITES= http://www.chruetertee.ch/files/download/
MAINTAINER= beat@FreeBSD.org
COMMENT= Watches the output from a command at specified intervals
MAN1= cmdwatch.1
PLIST_FILES= bin/cmdwatch
PLIST_FILES= bin/cmdwatch man/man1/cmdwatch.1.gz
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,15 +1,15 @@
--- Makefile.orig Wed Jan 15 20:58:11 2003
+++ Makefile Wed Jan 15 20:58:53 2003
--- ./Makefile.orig 2002-08-28 15:23:52.000000000 +0200
+++ ./Makefile 2013-10-22 10:54:40.000000000 +0200
@@ -26,9 +26,9 @@
@rm -f *.o cmdwatch
install : all
- @install cmdwatch /usr/local/bin/
- @install -m 444 cmdwatch.1 /usr/local/man/man1/
+ @install cmdwatch ${PREFIX}/bin/
+ @install -m 444 cmdwatch.1 ${PREFIX}/man/man1/
+ @install cmdwatch ${DESTDIR}${PREFIX}/bin/
+ @install -m 444 cmdwatch.1 ${DESTDIR}${PREFIX}/man/man1/
@echo "Installing cmdwatch"
uninstall :
- @rm /usr/local/bin/cmdwatch
+ @rm ${PREFX}/bin/cmdwatch
+ @rm ${DESTDIR}${PREFX}/bin/cmdwatch