diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-29 14:19:49 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-29 14:19:49 +0000 |
commit | 1940c8b780c3ec3f5e046920fc339bee68168009 (patch) | |
tree | 09eac44e9e6e71b765e5fc23d3159f5fe7672448 /x11-wm/sawfish | |
parent | 757ae83b727ee6f65ffe0fd6557df0199caf4ee5 (diff) | |
download | ports-1940c8b780c3ec3f5e046920fc339bee68168009.tar.gz ports-1940c8b780c3ec3f5e046920fc339bee68168009.zip |
Notes
Diffstat (limited to 'x11-wm/sawfish')
-rw-r--r-- | x11-wm/sawfish/Makefile | 5 | ||||
-rw-r--r-- | x11-wm/sawfish/pkg-plist | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/sawfish/Makefile b/x11-wm/sawfish/Makefile index 60c4153d7443..05211fe70b99 100644 --- a/x11-wm/sawfish/Makefile +++ b/x11-wm/sawfish/Makefile @@ -15,7 +15,7 @@ LICENSE= ART20 GPLv2 LICENSE_COMB= multi BUILD_DEPENDS= rep-gtk2>=0.90:${PORTSDIR}/x11-toolkits/rep-gtk2 -LIB_DEPENDS= rep:${PORTSDIR}/lang/librep +LIB_DEPENDS= librep.so:${PORTSDIR}/lang/librep RUN_DEPENDS= rep-gtk2>=0.90:${PORTSDIR}/x11-toolkits/rep-gtk2 USE_XZ= yes @@ -30,13 +30,10 @@ INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MANCOMPRESSED= yes -MAN1= sawfish.1 sawfish-client.1 sawfish-config.1 INFO= sawfish PORTSCOUT= limit:^1\.9\.[0-9] -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ '/dnsdomainname/d' ${WRKSRC}/build-info diff --git a/x11-wm/sawfish/pkg-plist b/x11-wm/sawfish/pkg-plist index 80f37dac94e6..deff4c0364d4 100644 --- a/x11-wm/sawfish/pkg-plist +++ b/x11-wm/sawfish/pkg-plist @@ -34,6 +34,9 @@ lib/sawfish/x.a lib/sawfish/x.la lib/sawfish/x.so libdata/pkgconfig/sawfish.pc +man/man1/sawfish-client.1.gz +man/man1/sawfish-config.1.gz +man/man1/sawfish.1.gz share/applications/sawfish.desktop share/gnome/wm-properties/sawfish-wm.desktop share/icons/hicolor/32x32/apps/sawfish-config.png |