diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-17 23:28:04 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-17 23:28:04 +0000 |
commit | 1a8a092d9fefcbd7f960c82c59802c61807867a6 (patch) | |
tree | 48e47bf661e0e5d6ed9c060e8aea683b30d4540f /net-mgmt/net-snmp/files/extra-patch-local_Makefile.in | |
parent | 77a17abea6e535d47564d5d0db090f47cf4a15f4 (diff) | |
download | ports-1a8a092d9fefcbd7f960c82c59802c61807867a6.tar.gz ports-1a8a092d9fefcbd7f960c82c59802c61807867a6.zip |
Notes
Diffstat (limited to 'net-mgmt/net-snmp/files/extra-patch-local_Makefile.in')
-rw-r--r-- | net-mgmt/net-snmp/files/extra-patch-local_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/net-snmp/files/extra-patch-local_Makefile.in b/net-mgmt/net-snmp/files/extra-patch-local_Makefile.in new file mode 100644 index 000000000000..546d8591ef3a --- /dev/null +++ b/net-mgmt/net-snmp/files/extra-patch-local_Makefile.in @@ -0,0 +1,11 @@ +--- local/Makefile.in.orig 2015-01-19 14:37:56 UTC ++++ local/Makefile.in +@@ -16,7 +16,7 @@ OTHERUNINSTALL=localuninstall + # + SNMPCONFPATH=@SNMPCONFPATH@ + PERSISTENT_DIRECTORY=@PERSISTENT_DIRECTORY@ +-PERLSCRIPTS=snmpcheck tkmib mib2c fixproc ipf-mod.pl snmpconf traptoemail snmp-bridge-mib net-snmp-cert ++PERLSCRIPTS=snmpcheck mib2c fixproc ipf-mod.pl snmpconf traptoemail snmp-bridge-mib net-snmp-cert + SHELLSCRIPTS=mib2c-update + SCRIPTSMADEFORPERL=snmpcheck.made tkmib.made mib2c.made fixproc.made \ + ipf-mod.pl.made snmpconf.made traptoemail.made snmp-bridge-mib.made \ |