Skip to content

Commit

Permalink
www/surf: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 22, 2024
1 parent c1de24a commit a84e524
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions www/surf/Makefile
@@ -1,6 +1,6 @@
PORTNAME= surf
DISTVERSION= 2.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= http://dl.suckless.org/${PORTNAME}/
PKGNAMESUFFIX= -browser
Expand Down Expand Up @@ -31,7 +31,7 @@ DESKTOP_ENTRIES="Surf" "" "${PREFIX}/share/pixmaps/surf.png" "surf" "" true

PLIST_FILES= bin/surf \
lib/surf/webext-surf.so \
man/man1/surf.1.gz \
share/man/man1/surf.1.gz \
share/pixmaps/surf.png

PORTDOCS= README TODO.md
Expand All @@ -53,7 +53,6 @@ post-extract:
post-patch:
@${REINPLACE_CMD} -e \
'/^PREFIX/s| =| ?=| ; \
/^MANPREFIX/s|/share/man|/man| ; \
/^X11/s|/usr/X11R6/|$${LOCALBASE}/| ; \
/^GTKINC/s| =| ?=| ; \
/^GTKLIB/s| =| ?=| ; \
Expand Down

0 comments on commit a84e524

Please sign in to comment.