diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-04 00:33:34 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-04 00:33:34 +0800 |
commit | 69f525b963d4d74c362f66e6cf54a91875586715 (patch) | |
tree | ba00892b7c633bff056d35703020f3016e33cf89 /security | |
parent | 9937e7438fe39728cbe9320d6b0bd45e7fe0cfa2 (diff) | |
download | freebsd-ports-gnome-69f525b963d4d74c362f66e6cf54a91875586715.tar.gz freebsd-ports-gnome-69f525b963d4d74c362f66e6cf54a91875586715.tar.zst freebsd-ports-gnome-69f525b963d4d74c362f66e6cf54a91875586715.zip |
Now builds on sparc64.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'security')
-rw-r--r-- | security/integrit/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/integrit/Makefile b/security/integrit/Makefile index af9594474761..c3b65c717124 100644 --- a/security/integrit/Makefile +++ b/security/integrit/Makefile @@ -17,8 +17,6 @@ PLIST_FILES= bin/i-ls sbin/i-viewdb sbin/integrit man/man1/i-ls.1.gz \ man/man1/i-viewdb.1.gz man/man1/integrit.1.gz INFO= integrit -BROKEN_sparc64= Does not compile on sparc64 - post-patch: @${REINPLACE_CMD} -E 's,[\({](infodir|MANDIR)[\)}],(DESTDIR)$$&,' \ ${WRKSRC}/doc/Makefile.in |