diff options
Diffstat (limited to 'net/abills/Makefile')
-rw-r--r-- | net/abills/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/abills/Makefile b/net/abills/Makefile index 03004e79e116..e94d60e9682b 100644 --- a/net/abills/Makefile +++ b/net/abills/Makefile @@ -6,7 +6,7 @@ # PORTNAME= abills -PORTVERSION= 0.31 +PORTVERSION= 0.32 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -41,6 +41,7 @@ pre-everything:: post-patch: @ ${FIND} ${WRKSRC} -type f -name '*.orig' -exec ${RM} {} \; @ ${FIND} ${WRKSRC} -type f -exec ${REINPLACE_CMD} -i '' -e 's,/usr/abills,${PREFIX}/abills,g' {} \; + @ ${FIND} ${WRKSRC} -type f -name '*.DS*' -exec ${RM} {} \; do-install: @ ${CP} -R ${WRKSRC} ${PREFIX} |