Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Jun 2014 12:17:40 +0000
From:      no-reply-bugzilla-daemon@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 190503] New: rprint port -- staging now correctly implemented
Message-ID:  <bug-190503-13@http.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
http://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190503

            Bug ID: 190503
           Summary: rprint 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@FreeBSD.org
          Reporter: kheuer@gwdg.de

staging now correctly implemented, NO_STAGE=yes removed from Makefile

Fix:
Index: Makefile
===================================================================
--- Makefile    (revision 356207)
+++ Makefile    (working copy)
@@ -1,5 +1,5 @@
 # Created by: Konrad Heuer
-# $FreeBSD$
+# $FreeBSD: head/print/rprint/Makefile 353581 2014-05-10 17:21:13Z antoine $

 PORTNAME=    rprint
 PORTVERSION=    3.2
@@ -10,12 +10,14 @@
 MAINTAINER=    kheuer@gwdg.de
 COMMENT=    Remote printing utility using a raw bidirectional tcp connection

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

-NO_STAGE=    yes
 post-patch:
     @${REINPLACE_CMD} -e "s/^(CC|CFLAGS).+//g" ${WRKSRC}/Makefile

+do-install:
+    ${INSTALL_PROGRAM} ${WRKSRC}/bin/rprint ${STAGEDIR}${PREFIX}/bin
+    ${INSTALL_MAN} ${WRKSRC}/man/rprint.1.gz ${STAGEDIR}${PREFIX}/man/man1
+
 .include <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-190503-13>