diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2019-08-13 22:14:09 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2019-08-13 22:14:09 +0000 |
commit | 7a76643f38d806cadebd3575ae3a5cf34e8006a5 (patch) | |
tree | a6b26fce572a7d410ccbfe298af42ed8225671f8 /x11-wm | |
parent | d1aca6755279d30d08dddf3a2f616e3f064ceb1c (diff) | |
download | ports-7a76643f38d806cadebd3575ae3a5cf34e8006a5.tar.gz ports-7a76643f38d806cadebd3575ae3a5cf34e8006a5.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fluxter/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/x11-wm/fluxter/Makefile b/x11-wm/fluxter/Makefile index 1055839f9c05..69e8395aca74 100644 --- a/x11-wm/fluxter/Makefile +++ b/x11-wm/fluxter/Makefile @@ -3,7 +3,7 @@ PORTNAME= fluxter PORTVERSION= 0.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm MASTER_SITES= http://www.hydrus.org.uk/downloads/ @@ -12,14 +12,15 @@ COMMENT= Desktop pager for the Fluxbox Slit LICENSE= GPLv2 -USE_XORG= x11 ice xorgproto xt xaw xext -GNU_CONFIGURE= yes USES= gmake +USE_XORG= x11 ice xorgproto xt xaw xext sm +GNU_CONFIGURE= yes + PLIST_FILES= bin/fluxter \ - %%DATADIR%%/README.fluxter \ - %%DATADIR%%/fluxter.bb \ - %%DATADIR%%/fluxter.nobb + ${DATADIR}/README.fluxter \ + ${DATADIR}/fluxter.bb \ + ${DATADIR}/fluxter.nobb post-patch: @${REINPLACE_CMD} -e "s|/fluxbox|/${PORTNAME}|g" \ |