diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-10-21 20:48:55 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-10-21 20:48:55 +0000 |
commit | 885f90ff5403de4cc46f954b469476057c160606 (patch) | |
tree | 3ef6c22539cf2d459568f6ee30748bb407ad0b27 /ftp/puf/Makefile | |
parent | 13e85f25600c7640dd5a08e23fd1cb2938be5007 (diff) |
Upgrade to 0.93.2a.
PR: 44346
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=68538
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 3a7da75cc6b7..05598b64517e 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> |