- honor cflags

- remove trailing whitespace from DESCR

ok ajacoutot@
This commit is contained in:
jasper 2008-03-18 19:14:28 +00:00
parent 4ae4d35e12
commit 0b99313337
3 changed files with 16 additions and 2 deletions

View File

@ -1,7 +1,8 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/10/25 10:40:32 merdely Exp $
# $OpenBSD: Makefile,v 1.2 2008/03/18 19:14:28 jasper Exp $
COMMENT= extract attachments from OLE2 data files
DISTNAME= ripole-0.2.0
PKGNAME= ${DISTNAME}p0
CATEGORIES= archivers
HOMEPAGE= http://www.pldaniels.com/ripole/
@ -22,6 +23,8 @@ MASTER_SITES= ${HOMEPAGE} \
ALL_TARGET= default
NO_REGRESS= Yes
MAKE_ENV= CFLAGS="${CFLAGS}"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ripole ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ripole

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-Makefile,v 1.1 2008/03/18 19:14:28 jasper Exp $
--- Makefile.orig Mon Dec 12 04:06:21 2005
+++ Makefile Tue Mar 18 19:51:24 2008
@@ -1,6 +1,6 @@
OBJS= ole.o olestream-unwrap.o bytedecoders.o logger.o pldstr.o bt-int.o
-CFLAGS=-Wall -g -O2 -I.
+CFLAGS+=-Wall -g -I.
.c.o:

View File

@ -1,2 +1,2 @@
ripOLE is a small program/library designed to pull out attachments from
ripOLE is a small program/library designed to pull out attachments from
OLE2 data files (ie, MS Office documents).