diff options
author | krion <krion@FreeBSD.org> | 2003-08-07 05:46:15 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-08-07 05:46:15 +0800 |
commit | 81c265a52e69226b2fef77e0f93a404476940457 (patch) | |
tree | f1927f3f50ce7362e6025a7734137bf407d4a93c /net/wol | |
parent | 2055813012f34b9c80e929aafafc9bb3cf48ae51 (diff) | |
download | freebsd-ports-gnome-81c265a52e69226b2fef77e0f93a404476940457.tar.gz freebsd-ports-gnome-81c265a52e69226b2fef77e0f93a404476940457.tar.zst freebsd-ports-gnome-81c265a52e69226b2fef77e0f93a404476940457.zip |
Use INFO macro
PR: 55322
Submitted by: maintainer
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 |