[Bug 190503] New: rprint port -- staging now correctly implemented

no-reply-bugzilla-daemon at freebsd.org no-reply-bugzilla-daemon at freebsd.org
Mon Jun 2 12:17:40 UTC 2014


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 at FreeBSD.org
          Reporter: kheuer at 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 at 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.


More information about the freebsd-ports-bugs mailing list