diff options
author | gahr <gahr@FreeBSD.org> | 2013-10-17 20:58:06 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-10-17 20:58:06 +0800 |
commit | 07adbec2dd56abe78da35831bc62d3bff4936c99 (patch) | |
tree | b25e71c5faeea8073693a4a30291f074c1d12fb6 | |
parent | 1c8eeeb16f1d90f023f9c98f71ca4d04ff152134 (diff) | |
download | freebsd-ports-gnome-07adbec2dd56abe78da35831bc62d3bff4936c99.tar.gz freebsd-ports-gnome-07adbec2dd56abe78da35831bc62d3bff4936c99.tar.zst freebsd-ports-gnome-07adbec2dd56abe78da35831bc62d3bff4936c99.zip |
- Get rid of MAN1 macro
Reported by: antoine
-rw-r--r-- | x11-wm/e16/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/e16/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index 98b8ff3965c0..5c1059ba3e33 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -43,7 +43,6 @@ PLIST_SUB+= NLS="@comment " .endif .if ${PORT_OPTIONS:MDOCS} -MAN1= e16.1 CONFIGURE_ARGS+=--enable-docs=yes .else CONFIGURE_ARGS+=--enable-docs=no diff --git a/x11-wm/e16/pkg-plist b/x11-wm/e16/pkg-plist index e6858d8b6715..ac3828d1c2e6 100644 --- a/x11-wm/e16/pkg-plist +++ b/x11-wm/e16/pkg-plist @@ -407,6 +407,7 @@ share/xsessions/e16-gnome3-session.desktop %%NLS%%share/locale/uk/LC_MESSAGES/e16.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/e16.mo %%PORTDOCS%%%%DOCSDIR%%/e16.html +%%PORTDOCS%%man/man1/e16.1.gz @dirrm %%DATADIR%%/themes/winter/tooltips/images @dirrm %%DATADIR%%/themes/winter/tooltips @dirrm %%DATADIR%%/themes/winter/sound |