diff options
Diffstat (limited to 'net/pppoa/Makefile')
-rw-r--r-- | net/pppoa/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/pppoa/Makefile b/net/pppoa/Makefile index b0789461a2e4..6f2df3424e6a 100644 --- a/net/pppoa/Makefile +++ b/net/pppoa/Makefile @@ -29,5 +29,7 @@ post-install: ${CHOWN} root:wheel ${PREFIX}/arpwatch; \ fi ${INSTALL_DATA} ${WRKSRC}/../mgmt/mgmt.o ${PREFIX}/libdata/. + ${INSTALL_DATA} ${FILESDIR}/quick-install ${PREFIX}/share/speedtouch/. + ${CAT} ${PREFIX}/share/speedtouch/quick-install .include <bsd.port.mk> |