aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2020-10-04 23:05:24 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2020-10-04 23:05:24 +0000
commitb314331430c7c7d80f3cad5b287d323bedcd6cbe (patch)
tree90b81d55dc96ce913243d16999e9979f11da973d
parenteaeea2a90d6585a02f2b45f9c1c073203db14f33 (diff)
downloadports-b314331430c7c7d80f3cad5b287d323bedcd6cbe.tar.gz
ports-b314331430c7c7d80f3cad5b287d323bedcd6cbe.zip
MFH: r551327
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 Approved by: ports-secteam (fluffy)
Notes
Notes: svn path=/branches/2020Q4/; revision=551467
-rw-r--r--x11/gdm/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile
index ab99a8f0927f..61f678f187eb 100644
--- a/x11/gdm/Makefile
+++ b/x11/gdm/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gdm
PORTVERSION= 3.28.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11 gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
@@ -93,7 +93,6 @@ SUB_FILES+= gdm-launch-environment \
locale.conf
GDMDIR?= ${PREFIX}/etc/gdm
-PKGMESSAGE= ${WRKDIR}/pkg-message
GNOME_LOCALSTATEDIR= /var
@@ -164,7 +163,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>