aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/larswm
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-11-07 17:28:14 +0800
committermarcus <marcus@FreeBSD.org>2003-11-07 17:28:14 +0800
commitf5d7b46097ea574b874459d9b68880cc46d8c3d5 (patch)
tree3d5e88ba7c16da5942c810ee5e53114df3e3459f /x11-wm/larswm
parent264cdcd7a6bead083ad3106f86fb0744dedb57f5 (diff)
downloadfreebsd-ports-gnome-f5d7b46097ea574b874459d9b68880cc46d8c3d5.tar.gz
freebsd-ports-gnome-f5d7b46097ea574b874459d9b68880cc46d8c3d5.tar.zst
freebsd-ports-gnome-f5d7b46097ea574b874459d9b68880cc46d8c3d5.zip
Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently added
bsd.port.mk macro. Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'x11-wm/larswm')
-rw-r--r--x11-wm/larswm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/larswm/Makefile b/x11-wm/larswm/Makefile
index 869bee493305..0e8b3ced0b5a 100644
--- a/x11-wm/larswm/Makefile
+++ b/x11-wm/larswm/Makefile
@@ -17,14 +17,14 @@ USE_IMAKE= yes
MAN1= larsclock.1 larsremote.1 larswm.1
-PORTDOCS= ChangeLog README README.9wm keyboard_refcard.ms \
+MYPORTDOCS= ChangeLog README README.9wm keyboard_refcard.ms \
mouse_refcard.ms sample.barclock sample.larswmrc \
sample.xmodmaprc sample.xsession
post-install:
.if !defined(NOPORTDOCS)
@$(MKDIR) $(DOCSDIR)
-.for file in ${PORTDOCS}
+.for file in ${MYPORTDOCS}
$(INSTALL_DATA) $(WRKSRC)/${file} $(DOCSDIR)
.endfor
.endif