aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2011-10-13 21:25:36 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2011-10-13 21:25:36 +0800
commiteddfead79177b763d08992aa341e94b29383286a (patch)
treed0e140457c62a51c6fd5acdd1a2caaa406e902f4 /misc
parentb6baeec060aa84cdadd23794f5b409da59a816fc (diff)
downloadfreebsd-ports-gnome-eddfead79177b763d08992aa341e94b29383286a.tar.gz
freebsd-ports-gnome-eddfead79177b763d08992aa341e94b29383286a.tar.zst
freebsd-ports-gnome-eddfead79177b763d08992aa341e94b29383286a.zip
- Fix plist
Reported by: pointyhat via pav
Diffstat (limited to 'misc')
-rw-r--r--misc/metromap/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/metromap/Makefile b/misc/metromap/Makefile
index cc2e6d59d359..7eb0bf34d924 100644
--- a/misc/metromap/Makefile
+++ b/misc/metromap/Makefile
@@ -25,5 +25,6 @@ post-patch:
@${REINPLACE_CMD} -e 's,/usr,${PREFIX},' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's,make,${GMAKE},' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's,/usr/bin/python,${SETENV} python,' ${WRKSRC}/metromap.py
+ @${RM} -f ${WRKSRC}/modules/ReadMap.py.orig
.include <bsd.port.mk>