ports/51379: Update port: misc/colortail

KATO Tsuguru tkato at prontomail.com
Thu Apr 24 16:40:47 UTC 2003


>Number:         51379
>Category:       ports
>Synopsis:       Update port: misc/colortail
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 24 09:40:17 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Utilize USE_GETOPT_LONG

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/misc/colortail/Makefile misc/colortail/Makefile
--- /usr/ports/misc/colortail/Makefile	Sat Apr 12 22:58:19 2003
+++ misc/colortail/Makefile	Thu Apr 24 01:50:08 2003
@@ -14,19 +14,13 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A colour-able replacement for tail(1)
 
+USE_GETOPT_LONG=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 
-.if !exists(/usr/include/getopt.h)
-LIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib -lgnugetopt
-.endif
-
-.if !defined(NOPORTDOCS)
 post-install:
+.if !defined(NOPORTDOCS)
 	@${MKDIR} ${EXAMPLESDIR}
-	@${INSTALL_DATA} ${WRKSRC}/example-conf/conf* ${EXAMPLESDIR}
+	${INSTALL_DATA} ${WRKSRC}/example-conf/conf* ${EXAMPLESDIR}
 .endif
 
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list