diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 10:01:29 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 10:01:29 +0800 |
commit | 30692bcf95616dd19481e08304ab4b7d2b142b8c (patch) | |
tree | 9d39f9a71f224f7ed908a4d37231bb94a3f01b5c /multimedia/mmsrip | |
parent | 95e1b4adc3c217295ee0fb10edc368df8849ce34 (diff) | |
download | freebsd-ports-gnome-30692bcf95616dd19481e08304ab4b7d2b142b8c.tar.gz freebsd-ports-gnome-30692bcf95616dd19481e08304ab4b7d2b142b8c.tar.zst freebsd-ports-gnome-30692bcf95616dd19481e08304ab4b7d2b142b8c.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'multimedia/mmsrip')
-rw-r--r-- | multimedia/mmsrip/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/multimedia/mmsrip/Makefile b/multimedia/mmsrip/Makefile index f1237b87f0e1..97ffc7447273 100644 --- a/multimedia/mmsrip/Makefile +++ b/multimedia/mmsrip/Makefile @@ -21,11 +21,4 @@ MAN1= mmsrip.1 PLIST_FILES= bin/mmsrip -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -post-patch: - ${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e 's/stdint.h/inttypes.h/g' -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |