mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- Correct plist
This commit is contained in:
parent
9971a93689
commit
aef4c8eb57
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107349
@ -31,14 +31,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
||||
INFO= libidn
|
||||
|
||||
.if exists(${LOCALBASE}/bin/emacs)
|
||||
PLIST_SUB+= EMACS="" EMACSDIR=share/emacs
|
||||
.elif exists(${LOCALBASE}/bin/xemacs)
|
||||
PLIST_SUB+= EMACS="" EMACSDIR=lib/xemacs
|
||||
.else
|
||||
PLIST_SUB+= EMACS="@comment " EMACSDIR=""
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_NLS)
|
||||
USE_GETTEXT= yes
|
||||
PLIST_SUB+= NLS=""
|
||||
|
@ -8,8 +8,8 @@ lib/libidn.a
|
||||
lib/libidn.so
|
||||
lib/libidn.so.13
|
||||
libdata/pkgconfig/libidn.pc
|
||||
%%EMACS%%%%EMACSDIR%%/site-lisp/idna.el
|
||||
%%EMACS%%%%EMACSDIR%%/site-lisp/punycode.el
|
||||
share/emacs/site-lisp/idna.el
|
||||
share/emacs/site-lisp/punycode.el
|
||||
%%NLS%%share/locale/da/LC_MESSAGES/libidn.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/libidn.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/libidn.mo
|
||||
@ -18,6 +18,4 @@ libdata/pkgconfig/libidn.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/FAQ
|
||||
@unexec rmdir %D/lib/pkgconfig 2>/dev/null || true
|
||||
%%EMACS%%@dirrm %%EMACSDIR%%/site-lisp
|
||||
%%EMACS%%@dirrm %%EMACSDIR%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
@ -31,14 +31,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
||||
INFO= libidn
|
||||
|
||||
.if exists(${LOCALBASE}/bin/emacs)
|
||||
PLIST_SUB+= EMACS="" EMACSDIR=share/emacs
|
||||
.elif exists(${LOCALBASE}/bin/xemacs)
|
||||
PLIST_SUB+= EMACS="" EMACSDIR=lib/xemacs
|
||||
.else
|
||||
PLIST_SUB+= EMACS="@comment " EMACSDIR=""
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_NLS)
|
||||
USE_GETTEXT= yes
|
||||
PLIST_SUB+= NLS=""
|
||||
|
@ -8,8 +8,8 @@ lib/libidn.a
|
||||
lib/libidn.so
|
||||
lib/libidn.so.13
|
||||
libdata/pkgconfig/libidn.pc
|
||||
%%EMACS%%%%EMACSDIR%%/site-lisp/idna.el
|
||||
%%EMACS%%%%EMACSDIR%%/site-lisp/punycode.el
|
||||
share/emacs/site-lisp/idna.el
|
||||
share/emacs/site-lisp/punycode.el
|
||||
%%NLS%%share/locale/da/LC_MESSAGES/libidn.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/libidn.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/libidn.mo
|
||||
@ -18,6 +18,4 @@ libdata/pkgconfig/libidn.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/FAQ
|
||||
@unexec rmdir %D/lib/pkgconfig 2>/dev/null || true
|
||||
%%EMACS%%@dirrm %%EMACSDIR%%/site-lisp
|
||||
%%EMACS%%@dirrm %%EMACSDIR%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user