diff options
Diffstat (limited to 'misc/localedata/Makefile')
-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> |