[Bug 190499] New: rmonitor port - staging now correctly implemented

no-reply-bugzilla-daemon at freebsd.org no-reply-bugzilla-daemon at freebsd.org
Mon Jun 2 11:22:32 UTC 2014


http://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190499

            Bug ID: 190499
           Summary: rmonitor port - staging now correctly implemented
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: kheuer at gwdg.de

staging now correctly implemented, NO_STAGE=yes removed from Makefile

Fix:
Index: Makefile
===================================================================
--- Makefile    (revision 356209)
+++ Makefile    (working copy)
@@ -11,16 +11,21 @@
 MAINTAINER=    kheuer at gwdg.de
 COMMENT=    Remote system monitoring utility

-MAN1=        rmonitor.1
-MANCOMPRESSED=    yes
+PLIST_FILES=    bin/rmonitor man/man1/rmonitor.1.gz
+WRKSRC=        ${WRKDIR}/${PORTNAME}-${PORTVERSION}

-#CFLAGS+=    -w
+CFLAGS+=    -w

-NO_STAGE=    yes
 .include <bsd.port.pre.mk>

 .if ${OSVERSION} >= 900007
 EXTRA_PATCHES+=    ${FILESDIR}/extra-patch-utmpx
 .endif

+do-install:
+    echo $(CFLAGS)
+    ${INSTALL_PROGRAM} ${WRKSRC}/bin/rmonitor ${STAGEDIR}${PREFIX}/bin
+    ${INSTALL_MAN} ${WRKSRC}/man/rmonitor.1.gz ${STAGEDIR}${PREFIX}/man/man1
+    ${INSTALL_SCRIPT} ${WRKSRC}/etc/rmonitor.sh ${STAGEDIR}${PREFIX}/etc/rc.d
+
 .include <bsd.port.post.mk>

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list