aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/cd9660_unicode
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2003-09-28 11:46:43 +0800
committerperky <perky@FreeBSD.org>2003-09-28 11:46:43 +0800
commitbd000b71e7ee1058c3adde702d01107196bdcba2 (patch)
tree45383e15f20aeb74e25e381480e34102022bb5de /sysutils/cd9660_unicode
parent0c9ac97919a40be4fd395f3c9733e6d0aa71f5aa (diff)
downloadfreebsd-ports-gnome-bd000b71e7ee1058c3adde702d01107196bdcba2.tar.gz
freebsd-ports-gnome-bd000b71e7ee1058c3adde702d01107196bdcba2.tar.zst
freebsd-ports-gnome-bd000b71e7ee1058c3adde702d01107196bdcba2.zip
sysutis/cd9660, japanese/msdosfs and korean/msdosfs is now
obsolete because of kiconv(3) importing of the recent tree. PR: 57278 Submitted by: Ryuichiro Imura <imura@yu16.org>
Diffstat (limited to 'sysutils/cd9660_unicode')
-rw-r--r--sysutils/cd9660_unicode/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/cd9660_unicode/Makefile b/sysutils/cd9660_unicode/Makefile
index 1243f191cb31..eb85fe3807dc 100644
--- a/sysutils/cd9660_unicode/Makefile
+++ b/sysutils/cd9660_unicode/Makefile
@@ -29,6 +29,12 @@ FLAG!= /usr/bin/grep -e cd9660_wchar2char \
BROKEN= "your FreeBSD version is not supported. Please update to the latest version and try again"
.endif
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501109
+IGNORE= is obsolete. See mount_cd9660(8)
+.endif
+
pre-everything::
@if [ ! -d /sys -o ! -d ${SRCPREFIX}/sys ]; then \
${ECHO_MSG} "****************************************" ; \
@@ -48,4 +54,4 @@ pre-install:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>