diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2004-05-03 16:17:09 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2004-05-03 16:17:09 +0000 |
commit | e610fe051a617e419d41516a06a36c28ffe5c1a2 (patch) | |
tree | 8db5171df62b96416e6e582a951b396684cdd278 /misc/bookcase/Makefile | |
parent | 77668c739c60bf3fd6bfb4a06825265a17abe3c7 (diff) | |
download | ports-e610fe051a617e419d41516a06a36c28ffe5c1a2.tar.gz ports-e610fe051a617e419d41516a06a36c28ffe5c1a2.zip |
Notes
Diffstat (limited to 'misc/bookcase/Makefile')
-rw-r--r-- | misc/bookcase/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/bookcase/Makefile b/misc/bookcase/Makefile index 8f9fd869734e..4436bf2e2781 100644 --- a/misc/bookcase/Makefile +++ b/misc/bookcase/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bookcase -PORTVERSION= 0.9 +PORTVERSION= 0.9.1 CATEGORIES= misc kde MASTER_SITES= http://www.periapsis.org/bookcase/download/ @@ -17,6 +17,9 @@ USE_KDELIBS_VER=3 GNU_CONFIGURE= yes USE_REINPLACE= yes +post-extract: + ${TOUCH} ${WRKSRC}/config.h.in + post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} |