summaryrefslogtreecommitdiffstats
path: root/mail/renattach/Makefile
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2005-03-13 09:35:39 +0000
committerkrion <krion@FreeBSD.org>2005-03-13 09:35:39 +0000
commitceda29639213445737500c5a04c5fe8599ccf0ee (patch)
treede3ad6d92b40c06172571b900773130baf2411f0 /mail/renattach/Makefile
parent714d80403d129e7137e9d1fe97a39654565df4b8 (diff)
downloadFreeBSD-ports-ceda29639213445737500c5a04c5fe8599ccf0ee.zip
FreeBSD-ports-ceda29639213445737500c5a04c5fe8599ccf0ee.tar.gz
Update to version 1.2.2
PR: ports/78740 Submitted by: Ports Fury
Diffstat (limited to 'mail/renattach/Makefile')
-rw-r--r--mail/renattach/Makefile15
1 files changed, 10 insertions, 5 deletions
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 <bsd.port.mk>
OpenPOWER on IntegriCloud