diff options
author | lioux <lioux@FreeBSD.org> | 2005-12-28 02:24:42 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-12-28 02:24:42 +0800 |
commit | 4b8d9f7b2ea7abf9fb9e2399aedabc160466b132 (patch) | |
tree | d4eb211038a137ba58f7b8893cb2fef1e4378c82 | |
parent | 57458fedf610a3f8fe190531bf6e80f9624da2b8 (diff) | |
download | freebsd-ports-gnome-4b8d9f7b2ea7abf9fb9e2399aedabc160466b132.tar.gz freebsd-ports-gnome-4b8d9f7b2ea7abf9fb9e2399aedabc160466b132.tar.zst freebsd-ports-gnome-4b8d9f7b2ea7abf9fb9e2399aedabc160466b132.zip |
o Do not Linux brandelf(1) library files
o Bump PORTREVISION
Submitted by: netchild,
Pedro F. Giffuni
-rw-r--r-- | multimedia/linux-divx4linux/Makefile | 6 | ||||
-rw-r--r-- | multimedia/linux-divx4linux4/Makefile | 6 |
2 files changed, 2 insertions, 10 deletions
diff --git a/multimedia/linux-divx4linux/Makefile b/multimedia/linux-divx4linux/Makefile index 6c05a3d23d50..0acc2e46445e 100644 --- a/multimedia/linux-divx4linux/Makefile +++ b/multimedia/linux-divx4linux/Makefile @@ -7,7 +7,7 @@ PORTNAME= divx4linux PORTVERSION= 5.0.${RELEASE_DATE} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia linux MASTER_SITES= http://download.divx.com/divx/ PKGNAMEPREFIX= linux- @@ -34,10 +34,6 @@ post-patch: @${REINPLACE_CMD} -e "s/
//" ${WRKSRC}/*.${ext} .endfor -pre-install: -# elf branding - @${BRANDELF} -t Linux ${WRKSRC}/*.so - do-install: .ifndef(NOPORTDOCS) @${MKDIR} ${PREFIX}/usr/share/doc/${PKGNAME} diff --git a/multimedia/linux-divx4linux4/Makefile b/multimedia/linux-divx4linux4/Makefile index bc7b99cdfebc..46a06a69632e 100644 --- a/multimedia/linux-divx4linux4/Makefile +++ b/multimedia/linux-divx4linux4/Makefile @@ -7,7 +7,7 @@ PORTNAME= divx4linux PORTVERSION= 0.${RELEASE_DATE:S/_/./} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia linux MASTER_SITES= http://download.divx.com/videocodecs/linux/ PKGNAMEPREFIX= linux- @@ -37,10 +37,6 @@ post-patch: @${REINPLACE_CMD} -e "s/
//" ${WRKSRC}/*.${ext} .endfor -pre-install: -# elf branding - @${BRANDELF} -t Linux ${WRKSRC}/*.so - do-install: .ifndef(NOPORTDOCS) @${MKDIR} ${PREFIX}/usr/share/doc/${PKGNAME} |