aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2004-06-19 14:03:51 +0800
committerEric Anholt <anholt@FreeBSD.org>2004-06-19 14:03:51 +0800
commit931b9ae630803887362f4bc2fc40b7832539c65e (patch)
tree81dc3d245e24d9303e2c6d0749031af118129855
parent0c7c8dd0cf0f931f2b04a1452c656c4f10f600e3 (diff)
downloadfreebsd-ports-931b9ae630803887362f4bc2fc40b7832539c65e.tar.gz
freebsd-ports-931b9ae630803887362f4bc2fc40b7832539c65e.tar.zst
freebsd-ports-931b9ae630803887362f4bc2fc40b7832539c65e.zip
And my hat collection grows. Actually remove the remnants of pkg-message
stuff.
Notes
Notes: svn path=/head/; revision=111783
-rw-r--r--x11-servers/xorg-server-snap/Makefile5
-rw-r--r--x11-servers/xorg-server/Makefile5
2 files changed, 0 insertions, 10 deletions
diff --git a/x11-servers/xorg-server-snap/Makefile b/x11-servers/xorg-server-snap/Makefile
index 633eccce0fbf..4efe2a6499b9 100644
--- a/x11-servers/xorg-server-snap/Makefile
+++ b/x11-servers/xorg-server-snap/Makefile
@@ -54,7 +54,6 @@ MAN4= citron.4 \
void.4 \
wacom.4
MAN5= xorg.conf.5
-PKGMESSAGE= ${WRKDIR}/.pkg-message
XBUILD_DIRS= lib/font programs/Xserver
XINCLUDE_DIRS= lib/xtrans
@@ -126,8 +125,4 @@ SCRIPTS_ENV+= SUID_XSERVER=YES
SCRIPTS_ENV+= SUID_XSERVER=NO
.endif
-post-build:
- @${RM} -f ${PKGMESSAGE}
- @${CAT} ${.CURDIR}/pkg-message >> ${PKGMESSAGE}
-
.include <bsd.port.post.mk>
diff --git a/x11-servers/xorg-server/Makefile b/x11-servers/xorg-server/Makefile
index 633eccce0fbf..4efe2a6499b9 100644
--- a/x11-servers/xorg-server/Makefile
+++ b/x11-servers/xorg-server/Makefile
@@ -54,7 +54,6 @@ MAN4= citron.4 \
void.4 \
wacom.4
MAN5= xorg.conf.5
-PKGMESSAGE= ${WRKDIR}/.pkg-message
XBUILD_DIRS= lib/font programs/Xserver
XINCLUDE_DIRS= lib/xtrans
@@ -126,8 +125,4 @@ SCRIPTS_ENV+= SUID_XSERVER=YES
SCRIPTS_ENV+= SUID_XSERVER=NO
.endif
-post-build:
- @${RM} -f ${PKGMESSAGE}
- @${CAT} ${.CURDIR}/pkg-message >> ${PKGMESSAGE}
-
.include <bsd.port.post.mk>