diff options
author | koobs <koobs@FreeBSD.org> | 2015-02-12 22:33:09 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2015-02-12 22:33:09 +0800 |
commit | 3fb40a8e582df200bbc682c6332f3b1a9790c404 (patch) | |
tree | 840f8ad22a383196353c05a17ffac8d247957bd9 /security/reop | |
parent | af1c1cd62260a485b8c25df5789dd9ab76d67fca (diff) | |
download | freebsd-ports-gnome-3fb40a8e582df200bbc682c6332f3b1a9790c404.tar.gz freebsd-ports-gnome-3fb40a8e582df200bbc682c6332f3b1a9790c404.tar.zst freebsd-ports-gnome-3fb40a8e582df200bbc682c6332f3b1a9790c404.zip |
security/reop: Quietly clean up after myself
Remove commented out *FLAGS
Diffstat (limited to 'security/reop')
-rw-r--r-- | security/reop/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/security/reop/Makefile b/security/reop/Makefile index 5852baa518bf..d8452dee3f85 100644 --- a/security/reop/Makefile +++ b/security/reop/Makefile @@ -20,9 +20,6 @@ MAKE_ARGS+= CPPFLAGS="-D_NSIG=NSIG" \ CFLAGS+="-I${LOCALBASE}/include -Iother -Wno-pointer-sign" \ PREFIX="${STAGEDIR}${PREFIX}" -#CFLAGS+= -I${LOCALBASE}/include -Iother -#LDFLAGS+= -L${LOCALBASE}/lib -lsodium - PLIST_FILES= bin/reop \ man/man1/reop.1.gz |