Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Dec 2006 17:39:44 -0900
From:      "Beech Rintoul" <beech@alaskaparadise.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/106651: [PATCH] sysutils/ipsc Correct Makefile problems
Message-ID:  <1165977584.11390@stargate.alaskaparadise.com>
Resent-Message-ID: <200612130240.kBD2eBgg051299@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         106651
>Category:       ports
>Synopsis:       [PATCH] sysutils/ipsc Correct Makefile problems
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 13 02:40:05 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Beech Rintoul
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
Alaska Paradise 
>Environment:


System: FreeBSD 7.0-CURRENT #89: Mon Dec 11 01:37:41 AKST 2006
    root@stargate.alaskaparadise.com:/usr/obj/usr/src/sys/STARGATE



>Description:


Removed expire date from makefile
Removed Deprecated from makefile
Fixed INSTALL_MAN


>How-To-Repeat:





>Fix:


diff -ruN --exclude=CVS /usr/ports/sysutils/ipsc.orig/Makefile /usr/ports/sysutils/ipsc/Makefile
--- /usr/ports/sysutils/ipsc.orig/Makefile	Tue Dec 12 15:27:27 2006
+++ /usr/ports/sysutils/ipsc/Makefile	Tue Dec 12 15:35:11 2006
@@ -17,15 +17,12 @@
 
 BUILD_DEPENDS=	${PRIPS_WRKSRC}/prips.o:${.CURDIR}/../prips:build
 
-DEPRECATED=	distfile and homepage disappeared
-EXPIRATION_DATE=	2007-01-02
-
 WRKSRC=		${WRKDIR}/ipsc/src
 
 WANT_GNOME=	yes
 PLIST_FILES=	bin/ipsc
 
-MAN8=	ipsc.8	
+MAN8=	ipsc.8
 
 .if defined(HAVE_GNOME)
 USE_X_PREFIX=	yes
@@ -46,5 +43,5 @@
 .if defined(HAVE_GNOME)
 	${INSTALL_PROGRAM} ${WRKSRC}/gipsc ${PREFIX}/bin
 .endif
-	${INSTALL_MAN} files/ipsc.8 ${MANPREFIX}/man/man8
+	${INSTALL_MAN} ${FILESDIR}/ipsc.8 ${MANPREFIX}/man/man8
 .include <bsd.port.mk>



>Release-Note:
>Audit-Trail:
>Unformatted:



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