aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libdvdcss/Makefile
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2009-04-25 16:46:10 +0800
committeritetcu <itetcu@FreeBSD.org>2009-04-25 16:46:10 +0800
commit98db86f826b289cd98415f4a3b4ce62e2f187bc4 (patch)
tree12cd0a9b67bec78d864cdc7ebdefd8d839ebbd23 /multimedia/libdvdcss/Makefile
parentc27879d565f4d2d11449e0ee48c5496bd760c229 (diff)
downloadfreebsd-ports-gnome-98db86f826b289cd98415f4a3b4ce62e2f187bc4.tar.gz
freebsd-ports-gnome-98db86f826b289cd98415f4a3b4ce62e2f187bc4.tar.zst
freebsd-ports-gnome-98db86f826b289cd98415f4a3b4ce62e2f187bc4.zip
- Fix .pc file location
- fix plist - bump PORTREVISION Prompted by: QAT
Diffstat (limited to 'multimedia/libdvdcss/Makefile')
-rw-r--r--multimedia/libdvdcss/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/libdvdcss/Makefile b/multimedia/libdvdcss/Makefile
index 4fe561000b6a..9755cb3e40d9 100644
--- a/multimedia/libdvdcss/Makefile
+++ b/multimedia/libdvdcss/Makefile
@@ -8,6 +8,7 @@
PORTNAME= libdvdcss
PORTVERSION= 1.2.10
+PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= http://download.videolan.org/pub/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION}
@@ -42,6 +43,8 @@ pre-everything::
post-patch:
@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/src/ioctl.c
+ ${REINPLACE_CMD} -e '/^pkgconfigdir/s|$$(libdir)|$$(libdir)data|' \
+ ${WRKSRC}/src/Makefile.in
# should we disable doc building?
.ifdef(NOPORTDOCS)
@${REINPLACE_CMD} -E \