diff options
author | garga <garga@FreeBSD.org> | 2010-01-05 19:48:17 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2010-01-05 19:48:17 +0800 |
commit | 572f8ea4e0f59173c231d2320b3111d9cb689b75 (patch) | |
tree | 19b0f3eefac63801da34931c3c28e4161780b508 /archivers | |
parent | 7b02c392e7e44fd63a3797d56b3605b0803c9af0 (diff) | |
download | freebsd-ports-gnome-572f8ea4e0f59173c231d2320b3111d9cb689b75.tar.gz freebsd-ports-gnome-572f8ea4e0f59173c231d2320b3111d9cb689b75.tar.zst freebsd-ports-gnome-572f8ea4e0f59173c231d2320b3111d9cb689b75.zip |
Define rules for PORTSCOUT checking in some of my ports
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/arj/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/arj/Makefile b/archivers/arj/Makefile index da2c6d9fc0c3..c87669e432c9 100644 --- a/archivers/arj/Makefile +++ b/archivers/arj/Makefile @@ -34,6 +34,8 @@ PLIST_DIRS= lib/arj MAN1= arj-register.1 arj.1 arjdisp.1 rearj.1 +PORTSCOUT= skipv:3.10g + post-patch: @${REINPLACE_CMD} -e 's!/etc!${LOCALBASE}/etc!' \ ${WRKSRC}/arj.c ${WRKSRC}/file_reg.c ${WRKSRC}/rearj.c |