diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 02:01:29 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 02:01:29 +0000 |
commit | fa9509791fb3ad63885e207da5c039b25eeef942 (patch) | |
tree | 583269ded864355a8d5031d218db57c2bc88511d /multimedia/lxdvdrip | |
parent | Remove always-false/true conditions based on OSVERSION 500000 (diff) |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'multimedia/lxdvdrip')
-rw-r--r-- | multimedia/lxdvdrip/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/multimedia/lxdvdrip/Makefile b/multimedia/lxdvdrip/Makefile index e3cc653c4a13..defb81b306c9 100644 --- a/multimedia/lxdvdrip/Makefile +++ b/multimedia/lxdvdrip/Makefile @@ -53,12 +53,10 @@ PORTDOCS= Changelog.de Changelog.en Changelog.fr \ TODO freebsd.doc MAN1= lxdvdrip.1 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 500000 PLIST_FILES= bin/vamps_${PORTNAME} \ bin/play_cell_${PORTNAME} -.endif + +.include <bsd.port.pre.mk> post-patch: @${REINPLACE_CMD} -E \ @@ -91,10 +89,8 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/doc-pak/lxdvdrip.conf.EN ${PREFIX}/etc/lxdvdrip.conf .endif # binaries -.if ${OSVERSION} > 500000 ${INSTALL_PROGRAM} ${WRKSRC}/vamps/vamps_${PORTNAME} ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/vamps/play_cell_${PORTNAME} ${PREFIX}/bin -.endif ${INSTALL_PROGRAM} ${WRKSRC}/dvdbackup/dvdbackup_${PORTNAME} ${PREFIX}/bin # examples @${MKDIR} ${EXAMPLESDIR} |