diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-06 21:46:15 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-06 21:46:15 +0000 |
commit | f7b65521140c2579d3e47f00589a320de665fe44 (patch) | |
tree | 45fa8799aa9ba9998cd25c8db590c7af914f71c7 /net/wol | |
parent | c1fa81c43b6070b00ac550d7ff7dfe1acbc73f79 (diff) | |
download | ports-f7b65521140c2579d3e47f00589a320de665fe44.tar.gz ports-f7b65521140c2579d3e47f00589a320de665fe44.zip |
Notes
Diffstat (limited to 'net/wol')
-rw-r--r-- | net/wol/Makefile | 1 | ||||
-rw-r--r-- | net/wol/pkg-plist | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/net/wol/Makefile b/net/wol/Makefile index e834d8ceb31f..85d08829e42c 100644 --- a/net/wol/Makefile +++ b/net/wol/Makefile @@ -26,6 +26,7 @@ LDFLAGS= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +INFO= wol DOCS= AUTHORS NEWS README TODO .if !defined(NOPORTDOCS) diff --git a/net/wol/pkg-plist b/net/wol/pkg-plist index 24ebf225638a..d2b9e21c4ccc 100644 --- a/net/wol/pkg-plist +++ b/net/wol/pkg-plist @@ -1,8 +1,6 @@ +@comment $FreeBSD$ bin/wol bin/wol-dhcpdconf -@unexec install-info --delete %D/info/wol.info %D/info/dir -info/wol.info -@exec install-info %D/info/wol.info %D/info/dir %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README |