diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-04-09 20:48:48 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-04-09 20:48:48 +0000 |
commit | 57e80bd6396e8d9fcfb07fd6c36c9431889db0be (patch) | |
tree | 5d36940f5a6979ffb94c903b5b307a6e5a48dfe1 /misc/kde3-i18n-ta/Makefile | |
parent | Do not build the profile-versions of the libraries by explicitly defining (diff) |
Add the ability to select which languages to install via dialog(1)-based
menu.
Sort pkg-plist.
Diffstat (limited to 'misc/kde3-i18n-ta/Makefile')
-rw-r--r-- | misc/kde3-i18n-ta/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/kde3-i18n-ta/Makefile b/misc/kde3-i18n-ta/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde3-i18n-ta/Makefile +++ b/misc/kde3-i18n-ta/Makefile @@ -21,4 +21,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/PLIST +SCRIPTS_ENV+= PLIST=${PLIST} + +pre-configure: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure + .include <bsd.port.mk> |