Index: head/converters/uudx/Makefile =================================================================== --- head/converters/uudx/Makefile (revision 119129) +++ head/converters/uudx/Makefile (revision 119130) @@ -1,40 +1,38 @@ # New ports collection makefile for: uudx # Date created: 2 June 1996 # Whom: ABURAYER Rewsirow # # $FreeBSD$ # PORTNAME= uudx PORTVERSION= 2.99 CATEGORIES= converters MASTER_SITES= ftp://ftp.vector.co.jp/pack/dos/util/bin/conv/ -DISTNAME= uudx_299 +DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//} EXTRACT_SUFX= .lzh MAINTAINER= rewsirow@ff.iij4u.or.jp COMMENT= Extractor from uuencoded files EXTRACT_DEPENDS=lha:${PORTSDIR}/archivers/lha BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf EXTRACT_CMD= lha EXTRACT_BEFORE_ARGS= xfqw=${WRKDIR} EXTRACT_AFTER_ARGS= # empty NO_WRKSUBDIR= yes MANLANG= ja MAN1= uudx.1 PLIST_FILES= bin/uudx +USE_REINPLACE= yes -.include - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - pre-patch: @${ECHO_MSG} "===> Installing custom Makefile for ${DISTNAME}" @(${CP} ${FILESDIR}/Makefile ${WRKSRC}) -.include +post-patch: + @${REINPLACE_CMD} -e '/sprintf()/d' ${WRKSRC}/uudx.c + +.include Property changes on: head/converters/uudx/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property