mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
22d7896c17
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories T-V. CR: D509 Approved by: portmgr (antoine)
23 lines
484 B
Makefile
23 lines
484 B
Makefile
# Created by: Freddie Cash <fcash@sd73.bc.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ripole
|
|
PORTVERSION= 0.2.2
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.pldaniels.com/ripole/
|
|
|
|
MAINTAINER= fcash@sd73.bc.ca
|
|
COMMENT= Small program designed to pull attachments out of OLE2 documents
|
|
|
|
ALL_TARGET= default
|
|
|
|
PLIST_FILES= bin/ripole
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/^CFLAGS/d' ${WRKSRC}/Makefile
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|