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/xpvm/files/patch-src_Makefile.xpvm | |
parent | - Update to 1.7.1 (diff) |
Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.
Sponsored by: Absolight
Diffstat (limited to '')
-rw-r--r-- | net/xpvm/files/patch-src_Makefile.xpvm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/xpvm/files/patch-src_Makefile.xpvm b/net/xpvm/files/patch-src_Makefile.xpvm new file mode 100644 index 000000000000..9bc8009675ed --- /dev/null +++ b/net/xpvm/files/patch-src_Makefile.xpvm @@ -0,0 +1,12 @@ +--- src/Makefile.xpvm.orig 1998-04-09 21:11:23 UTC ++++ src/Makefile.xpvm +@@ -2,6 +2,9 @@ + # $Id: Makefile.xpvm,v 4.50 1998/04/09 21:11:23 kohl Exp $ + # + ++default: ++ cd src ; ${PVM_ROOT}/lib/aimk ++ + install: + cd src ; $(PVM_ROOT)/lib/aimk install + |