diff options
-rw-r--r-- | net/ppptraf/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/ppptraf/Makefile b/net/ppptraf/Makefile index 3125f3527880..78745e0acafa 100644 --- a/net/ppptraf/Makefile +++ b/net/ppptraf/Makefile @@ -17,4 +17,7 @@ DEPRECATED= "author has abandoned this program" #MAN1= ppptraf.1 +post-patch: + ${REINPLACE_CMD} -e "s,/usr/local,${PREFIX}," ${WRKSRC}/Makefile + .include <bsd.port.mk> |