aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2001-06-01 18:56:04 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2001-06-01 18:56:04 +0000
commit45e574279088915e2181e639f8f3c7bfc518b9ba (patch)
tree8031ba7a55cc1506355a7bcae82cde1a59505693 /devel
parent9c8fd659a758c87e2b7773755cad091f5bf95e02 (diff)
downloadports-45e574279088915e2181e639f8f3c7bfc518b9ba.tar.gz
ports-45e574279088915e2181e639f8f3c7bfc518b9ba.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/cvsgraph/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cvsgraph/Makefile b/devel/cvsgraph/Makefile
index 37e0c0150594..7fb664143e93 100644
--- a/devel/cvsgraph/Makefile
+++ b/devel/cvsgraph/Makefile
@@ -56,7 +56,7 @@ pre-install:
${ECHO} ${DOCDIR}/${i} >> ${PLIST}
.endfor
.for i in ${EXAMPLES}
- ${ECHO} ${PREFIX}/share/examples/${PORTNAME}/${i} >> ${PLIST}
+ ${ECHO} share/examples/${PORTNAME}/${i} >> ${PLIST}
.endfor
${ECHO} @dirrm share/examples/${PORTNAME} >> ${PLIST}
${ECHO} @dirrm ${DOCDIR} >> ${PLIST}