From ceda29639213445737500c5a04c5fe8599ccf0ee Mon Sep 17 00:00:00 2001 From: krion Date: Sun, 13 Mar 2005 09:35:39 +0000 Subject: Update to version 1.2.2 PR: ports/78740 Submitted by: Ports Fury --- mail/renattach/Makefile | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'mail/renattach/Makefile') diff --git a/mail/renattach/Makefile b/mail/renattach/Makefile index f912269..0881b43 100644 --- a/mail/renattach/Makefile +++ b/mail/renattach/Makefile @@ -6,26 +6,31 @@ # PORTNAME= renattach -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= mail MASTER_SITES= http://www.pc-tools.net/files/unix/ MAINTAINER= ports@FreeBSD.org COMMENT= Rename or remove certain attachments or kill entire messages +USE_GETOPT_LONG= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= renattach.1 -PLIST_FILES= bin/renattach etc/renattach.conf.ex PORTDOCS= INSTALL +PLIST_FILES= bin/renattach etc/renattach.conf.ex + +post-extract: + @${RM} -f ${WRKSRC}/src/getopt* post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} -.endif + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} @${ECHO_MSG} "====================" @${ECHO_MSG} "Check with ${DOCSDIR}/INSTALL" @${ECHO_MSG} "After that you may need to adjust renattach.conf to your needs" +.endif .include -- cgit v1.1