Skip to content

Commit

Permalink
x11/bgs: stop uneeded patching
Browse files Browse the repository at this point in the history
Use MAKE_ARGS to make it respect prefix
While move manpages from man to share/man
  • Loading branch information
bapt committed Jan 11, 2024
1 parent 6cd7e3c commit c2788e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
5 changes: 4 additions & 1 deletion x11/bgs/Makefile
@@ -1,6 +1,7 @@
PORTNAME= bgs
DISTVERSIONPREFIX= v
DISTVERSION= 0.8
PORTREVISION= 1
CATEGORIES= x11

MAINTAINER= ports@FreeBSD.org
Expand All @@ -17,8 +18,10 @@ USE_XORG= x11 xinerama
USE_GITHUB= yes
GH_ACCOUNT= Gottox

MAKE_ARGS= PREFIX="${PREFIX}"

PLIST_FILES= bin/bgs \
man/man1/bgs.1.gz
share/man/man1/bgs.1.gz

post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bgs
Expand Down
13 changes: 0 additions & 13 deletions x11/bgs/files/patch-config.mk

This file was deleted.

0 comments on commit c2788e7

Please sign in to comment.