# New ports collection makefile for: renattach # Date created: 20 June 2004 # Whom: Stefan A. Deutscher (sad@mailaps.org) # # $FreeBSD$ # PORTNAME= renattach PORTVERSION= 1.2.4 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 MAKE_JOBS_SAFE= yes GNU_CONFIGURE= yes MAN1= renattach.1 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_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 Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptdes2018-10-061-2/+2
* Update WWWsunpoet2018-05-281-1/+1
* Add LICENSEsunpoet2018-02-282-18/+22
* Remove outdated post-configure:sunpoet2018-02-241-3/+0
* Remove warnings about installing documentation and examples. The only usersadamw2017-01-01