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/kde4-l10n-ro/Makefile | |
parent | 8e5d618efa6fc5b8bcba018ad993b6109eb7731e (diff) | |
download | ports-57e80bd6396e8d9fcfb07fd6c36c9431889db0be.tar.gz ports-57e80bd6396e8d9fcfb07fd6c36c9431889db0be.zip |
Add the ability to select which languages to install via dialog(1)-based
menu.
Sort pkg-plist.
Notes
Notes:
svn path=/head/; revision=41146
Diffstat (limited to 'misc/kde4-l10n-ro/Makefile')
-rw-r--r-- | misc/kde4-l10n-ro/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/kde4-l10n-ro/Makefile b/misc/kde4-l10n-ro/Makefile index 55d6f1ea7887..893cd73b4beb 100644 --- a/misc/kde4-l10n-ro/Makefile +++ b/misc/kde4-l10n-ro/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> |