diff options
author | pav <pav@FreeBSD.org> | 2009-01-06 05:05:49 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-06 05:05:49 +0800 |
commit | fb4c1b2e93bf0f4106c6b1895f7dd96af9db0bcb (patch) | |
tree | 1f6b633bd7844aa504f407e530e6892e38d0b9c5 /misc/localedata | |
parent | 54aa386a510858774daf943c9ab8069883f977c7 (diff) | |
download | freebsd-ports-gnome-fb4c1b2e93bf0f4106c6b1895f7dd96af9db0bcb.tar.gz freebsd-ports-gnome-fb4c1b2e93bf0f4106c6b1895f7dd96af9db0bcb.tar.zst freebsd-ports-gnome-fb4c1b2e93bf0f4106c6b1895f7dd96af9db0bcb.zip |
- Remove conditional checks for FreeBSD 5.x and older
Diffstat (limited to 'misc/localedata')
-rw-r--r-- | misc/localedata/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/misc/localedata/Makefile b/misc/localedata/Makefile index b3284b4d2529..a423b7c4cc63 100644 --- a/misc/localedata/Makefile +++ b/misc/localedata/Makefile @@ -21,12 +21,6 @@ ONLY_FOR_ARCHS= amd64 alpha ia64 i386 pc98 sparc64 TARGET_DIR= ${PREFIX}/share/compat -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 600016 -IGNORE= is not required for your OS -.endif - WRKSRC= ${WRKDIR}/${ARCH} post-extract: @@ -36,4 +30,4 @@ do-install: ${MKDIR} ${TARGET_DIR} ${PAX} -rw -s${WRKSRC} ${WRKSRC}/locale ${TARGET_DIR} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |