Index: head/devel/libtar/Makefile =================================================================== --- head/devel/libtar/Makefile (revision 108845) +++ head/devel/libtar/Makefile (revision 108846) @@ -1,24 +1,23 @@ # New ports collection makefile for: libtar # Date created: 06 January 2001 # Whom: George Reid # # $FreeBSD$ # PORTNAME= libtar PORTVERSION= 1.2.11 PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= ftp://ftp-dev.cso.uiuc.edu/pub/libtar/ +MASTER_SITES= ftp://ftp.feep.net/pub/software/libtar/ -MAINTAINER= ports@FreeBSD.org -COMMENT= A library for manipulating POSIX and GNU tar files +MAINTAINER= ports@FreeBSD.org +COMMENT= A library for manipulating POSIX and GNU tar files -GNU_CONFIGURE= yes USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +.include .include "files/manpages" - -INSTALLS_SHLIB= yes - -.include +.include Property changes on: head/devel/libtar/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/devel/libtar/pkg-descr =================================================================== --- head/devel/libtar/pkg-descr (revision 108845) +++ head/devel/libtar/pkg-descr (revision 108846) @@ -1,8 +1,8 @@ libtar is a C library for manipulating tar archives. It supports both the strict POSIX tar format and many of the commonly-used GNU extensions. - George Reid greid@ukug.uk.freebsd.org -WWW: http://www-dev.cso.uiuc.edu/libtar/ +WWW: http://www.feep.net/libtar/ Property changes on: head/devel/libtar/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property