diff options
author | brian <brian@FreeBSD.org> | 2001-09-03 19:33:34 +0800 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2001-09-03 19:33:34 +0800 |
commit | 6194c8bec6588106b67b81ea5a8c41a2eb3a56fc (patch) | |
tree | b82faa39335aa8466c3903ecd82b5e50053ef718 /net/pppoa/Makefile | |
parent | ff15e86d6fdb4f1a0ab2c720f8e0f4fc18cb80d3 (diff) | |
download | freebsd-ports-gnome-6194c8bec6588106b67b81ea5a8c41a2eb3a56fc.tar.gz freebsd-ports-gnome-6194c8bec6588106b67b81ea5a8c41a2eb3a56fc.tar.zst freebsd-ports-gnome-6194c8bec6588106b67b81ea5a8c41a2eb3a56fc.zip |
Mention what needs to be done to enable this port.
Suggested by: n_hibma
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> |