diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-10-11 18:50:18 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-10-11 18:50:18 +0000 |
commit | 9df96dcadeabbc49e48be7822fdab3e533b6777a (patch) | |
tree | f3bb712952ad621e2ff2e4964aa8bb5794ad1aa5 | |
parent | 42a493f522f7ecd5b542c4bf9a0766e756b9b850 (diff) | |
download | ports-9df96dcadeabbc49e48be7822fdab3e533b6777a.tar.gz ports-9df96dcadeabbc49e48be7822fdab3e533b6777a.zip |
Notes
-rw-r--r-- | x11/xnee/Makefile | 8 | ||||
-rw-r--r-- | x11/xnee/pkg-plist | 5 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/xnee/Makefile b/x11/xnee/Makefile index baf130162727..9412dda90a01 100644 --- a/x11/xnee/Makefile +++ b/x11/xnee/Makefile @@ -17,9 +17,6 @@ USES= gmake pathfix CONFIGURE_ARGS= --enable-cli --disable-doc --disable-xinput2 -MAN1= cnee.1 xnee.1 -INFO= xnee - OPTIONS_DEFINE= GNEE PNEE OPTIONS_SUB= yes GNEE_DESC= GUI frontend @@ -28,12 +25,10 @@ PNEE_DESC= GNOME panel frontend GNEE_CONFIGURE_ENABLE= gui PNEE_CONFIGURE_ENABLE= gnome-applet -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGNEE} USE_GNOME+= gtk20 -MAN1+= gnee.1 DESKTOP_ENTRIES= "Gnee" "${COMMENT}" "${PORTNAME}.png" \ "gnee" "Development;" true .endif @@ -41,7 +36,6 @@ DESKTOP_ENTRIES= "Gnee" "${COMMENT}" "${PORTNAME}.png" \ .if ${PORT_OPTIONS:MPNEE} BROKEN= Does not build, needs newer gnomepanel USE_GNOME+= gnomepanel -MAN1+= pnee.1 .else CONFIGURE_ENV+= libgnomeui_CFLAGS="${TRUE}" \ libgnomeui_LIBS="${TRUE}" @@ -70,6 +64,6 @@ post-patch: 's|cp $$(PNEE)|$$(INSTALL_PROGRAM) $$(PNEE)|g' ${WRKSRC}/pnee/src/Makefile.in post-install: - ${INSTALL_DATA} ${WRKSRC}/doc/xnee.info ${PREFIX}/${INFO_PATH} + ${INSTALL_DATA} ${WRKSRC}/doc/xnee.info ${STAGEDIR}${PREFIX}/${INFO_PATH} .include <bsd.port.mk> diff --git a/x11/xnee/pkg-plist b/x11/xnee/pkg-plist index 235da00c9aa0..5ff5082a20d1 100644 --- a/x11/xnee/pkg-plist +++ b/x11/xnee/pkg-plist @@ -1,7 +1,12 @@ bin/cnee %%GNEE%%bin/gnee +info/xnee.info %%PNEE%%libdata/bonobo/servers/pnee.server %%PNEE%%libexec/pnee +man/man1/cnee.1.gz +%%GNEE%%man/man1/gnee.1.gz +%%PNEE%%man/man1/pnee.1.gz +man/man1/xnee.1.gz share/pixmaps/xnee.png share/pixmaps/xnee.xpm %%DATADIR%%/example1.xns |