[Midnightbsd-cvs] mports: sysutils/yawho: add license, fix fake error detected on magus.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Oct 24 22:54:16 EDT 2007


Log Message:
-----------
add license, fix fake error detected on magus.

Modified Files:
--------------
    mports/sysutils/yawho:
        Makefile (r1.1 -> r1.2)
    mports/sysutils/yawho/files:
        patch-aa (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/sysutils/yawho/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lsysutils/yawho/Makefile -Lsysutils/yawho/Makefile -u -r1.1 -r1.2
--- sysutils/yawho/Makefile
+++ sysutils/yawho/Makefile
@@ -8,11 +8,13 @@
 
 PORTNAME=	yawho
 PORTVERSION=	1.2
+PORTREVISION= 	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://wizard.ae.krakow.pl/~mike/download/
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Simple 'w'-like program; displays connection type and login shell PID
+LICENSE=	gpl2
 
 PLIST_FILES=	bin/yawho
 
Index: patch-aa
===================================================================
RCS file: /home/cvs/mports/sysutils/yawho/files/patch-aa,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lsysutils/yawho/files/patch-aa -Lsysutils/yawho/files/patch-aa -u -r1.1 -r1.2
--- sysutils/yawho/files/patch-aa
+++ sysutils/yawho/files/patch-aa
@@ -5,7 +5,7 @@
  	$(LINK) $(yawho_LDFLAGS) $(yawho_OBJECTS) $(yawho_LDADD) $(LIBS)
  install:
 -	$(INSTALL) -o root -m 0755 yawho $(bindir)/yawho
-+	$(BSD_INSTALL_PROGRAM) yawho $(bindir)/yawho
++	$(BSD_INSTALL_PROGRAM) yawho ${DESTDIR}$(bindir)/yawho
  clean: 
  	rm -f ./*.o
  	rm -f yawho


More information about the Midnightbsd-cvs mailing list