diff options
author | jadawin <jadawin@FreeBSD.org> | 2013-12-27 23:13:08 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2013-12-27 23:13:08 +0800 |
commit | 5cb2f94a4a090f4b167f9857cef882354442e766 (patch) | |
tree | 0c4fb1f6a459710f855b97ebbcb5473fb1448faa /misc/mirmon | |
parent | c677be45d73e42a1aa9fcdf9477bb0b5b821824e (diff) | |
download | freebsd-ports-gnome-5cb2f94a4a090f4b167f9857cef882354442e766.tar.gz freebsd-ports-gnome-5cb2f94a4a090f4b167f9857cef882354442e766.tar.zst freebsd-ports-gnome-5cb2f94a4a090f4b167f9857cef882354442e766.zip |
- Fix SUB_LIST
Notified by: ohauer@
Diffstat (limited to 'misc/mirmon')
-rw-r--r-- | misc/mirmon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/mirmon/Makefile b/misc/mirmon/Makefile index fb1045d444a6..fec2c262392d 100644 --- a/misc/mirmon/Makefile +++ b/misc/mirmon/Makefile @@ -14,7 +14,7 @@ USES= perl5 USE_PERL5= run SUB_FILES= pkg-message -SUB_LIST= PREFIX=${STAGEDIR}${PREFIX} +SUB_LIST= PREFIX=${PREFIX} PLIST_FILES= bin/mirmon bin/probe MAN1= mirmon.1 |