diff options
-rw-r--r-- | devel/cvsgraph/Makefile | 2 |
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} |