aboutsummaryrefslogtreecommitdiffstats
path: root/x11/gdm
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2020-10-04 00:12:49 +0800
committerMateusz Piotrowski <0mp@FreeBSD.org>2020-10-04 00:12:49 +0800
commit41db943dd154315a25bf4493cc647ad0c92aaca9 (patch)
treeaba43307e535a6801d398b13259bfc7229e49cbd /x11/gdm
parent5a4f6b5dbf506eb2680e723e2bd5434399f664ac (diff)
downloadfreebsd-ports-gnome-41db943dd154315a25bf4493cc647ad0c92aaca9.tar.gz
freebsd-ports-gnome-41db943dd154315a25bf4493cc647ad0c92aaca9.tar.zst
freebsd-ports-gnome-41db943dd154315a25bf4493cc647ad0c92aaca9.zip
x11/gdm: Fix pkg-message
pkg-message does not contain %%PREFIX%% anymore, so a sed(1) call is not necessary. In addition to that, passing pkg-message though fmt(1) was breaking the UCL inside causing pkg-message to not be displayed at all. Approved by: portmgr blanket MFH: 2020Q4
Diffstat (limited to 'x11/gdm')
-rw-r--r--x11/gdm/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile
index 041a55da6cd6..c2132620b5a8 100644
--- a/x11/gdm/Makefile
+++ b/x11/gdm/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gdm
PORTVERSION= 3.28.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11 gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
@@ -92,7 +92,6 @@ SUB_FILES+= gdm-launch-environment \
locale.conf
GDMDIR?= ${PREFIX}/etc/gdm
-PKGMESSAGE= ${WRKDIR}/pkg-message
GNOME_LOCALSTATEDIR= /var
@@ -169,7 +168,4 @@ post-install:
@${RMDIR} ${STAGEDIR}${PREFIX}/lib/udev/rules.d
@${RMDIR} ${STAGEDIR}${PREFIX}/lib/udev
- @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' < ${PKGDIR}/pkg-message \
- | /usr/bin/fmt 75 79 > ${PKGMESSAGE}
-
.include <bsd.port.mk>