diff options
author | obraun <obraun@FreeBSD.org> | 2002-10-21 20:48:55 +0000 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2002-10-21 20:48:55 +0000 |
commit | c790133795e014fb616fc64240df5fbec052c484 (patch) | |
tree | 698427936fad7b826e4cb6d216d274e2b6b5fea5 /ftp/puf/Makefile | |
parent | 82ec2aec78f418ce216840d855003d0d683b39da (diff) | |
download | FreeBSD-ports-c790133795e014fb616fc64240df5fbec052c484.zip FreeBSD-ports-c790133795e014fb616fc64240df5fbec052c484.tar.gz |
Upgrade to 0.93.2a.
PR: 44346
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'ftp/puf/Makefile')
-rw-r--r-- | ftp/puf/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ftp/puf/Makefile b/ftp/puf/Makefile index 3a7da75..05598b6 100644 --- a/ftp/puf/Makefile +++ b/ftp/puf/Makefile @@ -7,20 +7,15 @@ # PORTNAME= puf -PORTVERSION= 0.93.2 +PORTVERSION= 0.93.2a CATEGORIES= ftp MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/share/automake/depcomp:${PORTSDIR}/devel/automake - GNU_CONFIGURE= yes MAN1= puf.1 -post-extract: - @${CP} -f ${LOCALBASE}/share/automake/depcomp ${WRKSRC} - .include <bsd.port.mk> |