diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 19:42:45 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 19:42:45 +0000 |
commit | 2d1e78c69d7ab87dc0ea6851ec0f88f35d986069 (patch) | |
tree | cacc446f444a366cd30a5b0476fbbee03d54eee1 /sysutils/pbimaker/Makefile | |
parent | bb1e2d4d90ad7e25dc83a3238e67387bbcc6d15d (diff) | |
download | ports-2d1e78c69d7ab87dc0ea6851ec0f88f35d986069.tar.gz ports-2d1e78c69d7ab87dc0ea6851ec0f88f35d986069.zip |
Notes
Diffstat (limited to 'sysutils/pbimaker/Makefile')
-rw-r--r-- | sysutils/pbimaker/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysutils/pbimaker/Makefile b/sysutils/pbimaker/Makefile index 6b845b268c2b..6538c41819ba 100644 --- a/sysutils/pbimaker/Makefile +++ b/sysutils/pbimaker/Makefile @@ -16,7 +16,6 @@ WRKSRC= ${WRKDIR}/PBIMaker PLIST_FILES= bin/pbimaker \ share/pbimaker/defaulticon.png -PLIST_DIRS= share/pbimaker post-patch: @${REINPLACE_CMD} -e 's|CC=gcc|CC?=gcc|' \ |