diff options
-rw-r--r-- | devel/boost-jam/Makefile | 2 | ||||
-rw-r--r-- | devel/boost-jam/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/devel/boost-jam/Makefile b/devel/boost-jam/Makefile index 15ea784cf1b..6ced417ad34 100644 --- a/devel/boost-jam/Makefile +++ b/devel/boost-jam/Makefile @@ -4,6 +4,8 @@ PORTNAME= boost-jam COMMENT= Build tool from the boost.org +PORTREVISION= 1 + PLIST_FILES= bin/bjam .include "${.CURDIR}/../boost-all/common.mk" diff --git a/devel/boost-jam/pkg-plist b/devel/boost-jam/pkg-plist deleted file mode 100644 index f8b4dbf413c..00000000000 --- a/devel/boost-jam/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/bjam |