diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-29 00:48:22 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-29 00:48:22 +0800 |
commit | 3377d5390e12b69c35985a2d65574ad22e248cf1 (patch) | |
tree | 4892e8aa1b3d1734b0f0bf338b46fccdf26bb66e | |
parent | 02e382fde5fa5e45eb66efa5124612881bc8e34e (diff) | |
download | freebsd-ports-gnome-3377d5390e12b69c35985a2d65574ad22e248cf1.tar.gz freebsd-ports-gnome-3377d5390e12b69c35985a2d65574ad22e248cf1.tar.zst freebsd-ports-gnome-3377d5390e12b69c35985a2d65574ad22e248cf1.zip |
- Stage support
-rw-r--r-- | comms/anyremote/Makefile | 4 | ||||
-rw-r--r-- | comms/anyremote/pkg-plist | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/comms/anyremote/Makefile b/comms/anyremote/Makefile index a0ef62acdb58..e9ce1890eaa3 100644 --- a/comms/anyremote/Makefile +++ b/comms/anyremote/Makefile @@ -20,7 +20,6 @@ LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} OPTIONS_DEFINE= DOCS DBUS X11 OPTIONS_DEFAULT= DBUS X11 -NO_STAGE= yes .include <bsd.port.options.mk> .if ! ${PORT_OPTIONS:MDBUS} @@ -37,9 +36,6 @@ USE_XORG= x11 xtst MAKE_ARGS+= LDFLAGS="-L${LOCALBASE}/lib" -MAN1= anyremote.1 -MANCOMPRESSED= yes - post-patch: @${REINPLACE_CMD} -e 's|(datadir)/man/man1|(mandir)/man1|g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|xtext|xtest|g' ${WRKSRC}/configure diff --git a/comms/anyremote/pkg-plist b/comms/anyremote/pkg-plist index 3135216cadf6..f032aa0e5d25 100644 --- a/comms/anyremote/pkg-plist +++ b/comms/anyremote/pkg-plist @@ -1,4 +1,5 @@ bin/anyremote +man/man1/anyremote.1.gz %%DATADIR%%/cfg-data/Utils/weather.sh %%DATADIR%%/cfg-data/Utils/imdb-mf.sh %%DATADIR%%/cfg-data/Utils/generate_cover.sh |