ports/106651: [PATCH] sysutils/ipsc Correct Makefile problems

Beech Rintoul beech at alaskaparadise.com
Wed Dec 13 02:40:12 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list