diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-05 11:23:30 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-05 11:23:30 +0800 |
commit | 48d5adb9d53b08cdbb153830dc599b1c67f1cbdc (patch) | |
tree | 34d7dd617244161eb83aedc779d86b4759893498 /chinese | |
parent | a2efb73fab4d0a256a86134b3949e498604a4332 (diff) | |
download | freebsd-ports-gnome-48d5adb9d53b08cdbb153830dc599b1c67f1cbdc.tar.gz freebsd-ports-gnome-48d5adb9d53b08cdbb153830dc599b1c67f1cbdc.tar.zst freebsd-ports-gnome-48d5adb9d53b08cdbb153830dc599b1c67f1cbdc.zip |
- Clarify LICENSE
- Add LICENSE_FILE
- Fix build with disabled NLS
- Add empty directory to plist
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/pcmanx/Makefile | 4 | ||||
-rw-r--r-- | chinese/pcmanx/pkg-plist | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/chinese/pcmanx/Makefile b/chinese/pcmanx/Makefile index 903e4a9141a4..76fa1bab0883 100644 --- a/chinese/pcmanx/Makefile +++ b/chinese/pcmanx/Makefile @@ -10,7 +10,8 @@ DISTNAME= ${PORTNAME}-gtk2-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= BBS client using GTK+ 2.x -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING USE_GNOME= gtk20 intlhack USES= tar:xz iconv gmake pkgconfig @@ -36,6 +37,7 @@ PLIST_SUB+= NLS="" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .else +USES+= gettext CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif diff --git a/chinese/pcmanx/pkg-plist b/chinese/pcmanx/pkg-plist index 1bc3b9d45e0f..068309516363 100644 --- a/chinese/pcmanx/pkg-plist +++ b/chinese/pcmanx/pkg-plist @@ -12,3 +12,4 @@ share/applications/pcmanx.desktop %%DATADIR%%/nancy_bot/example_usages.data %%DATADIR%%/sitelist share/pixmaps/pcmanx.svg +@dir %%DATADIR%%/script |