diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-29 22:19:49 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-29 22:19:49 +0800 |
commit | 484f6d8008f283c3154068bffcdd0cac79a1dead (patch) | |
tree | 09eac44e9e6e71b765e5fc23d3159f5fe7672448 /x11-wm | |
parent | 0bbb13fcb262a2a0d7277dca75abbe7d2a2b0ee0 (diff) | |
download | freebsd-ports-gnome-484f6d8008f283c3154068bffcdd0cac79a1dead.tar.gz freebsd-ports-gnome-484f6d8008f283c3154068bffcdd0cac79a1dead.tar.zst freebsd-ports-gnome-484f6d8008f283c3154068bffcdd0cac79a1dead.zip |
Stage support
Diffstat (limited to 'x11-wm')
-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 |