diff options
author | dougb <dougb@FreeBSD.org> | 2012-02-08 11:47:44 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-02-08 11:47:44 +0800 |
commit | 359e20d409ddecbfe6922811894c2e7a690e0d55 (patch) | |
tree | 29d5e205947bf4f5b41cee96674ab24f8df37c5c /net-mgmt | |
parent | eb0823c747fd445b99ee4e951653273b8b7baddd (diff) | |
download | freebsd-ports-gnome-359e20d409ddecbfe6922811894c2e7a690e0d55.tar.gz freebsd-ports-gnome-359e20d409ddecbfe6922811894c2e7a690e0d55.tar.zst freebsd-ports-gnome-359e20d409ddecbfe6922811894c2e7a690e0d55.zip |
Use WWWDIR in the plist because it's already included in the
default PLIST_SUB.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/hawk/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/hawk/pkg-plist | 26 |
2 files changed, 13 insertions, 14 deletions
diff --git a/net-mgmt/hawk/Makefile b/net-mgmt/hawk/Makefile index abe582c759b3..39b970b008d8 100644 --- a/net-mgmt/hawk/Makefile +++ b/net-mgmt/hawk/Makefile @@ -26,7 +26,6 @@ WANT_PHP_MOD= yes USE_RC_SUBR= hawk SUB_LIST= PERL=${PERL} -PLIST_SUB+= WWWDIR_REL="${WWWDIR_REL}" post-patch: @${SED} -e 's#%%PREFIX%%#${PREFIX}#' \ diff --git a/net-mgmt/hawk/pkg-plist b/net-mgmt/hawk/pkg-plist index 88558b2af4e8..6237ccc9c93c 100644 --- a/net-mgmt/hawk/pkg-plist +++ b/net-mgmt/hawk/pkg-plist @@ -1,20 +1,20 @@ etc/hawk/daemon.conf.sample etc/hawk/php.conf.sample sbin/hawk -%%WWWDIR_REL%%/images/bluesphere.png -%%WWWDIR_REL%%/images/favicon.ico -%%WWWDIR_REL%%/images/greensphere.png -%%WWWDIR_REL%%/images/hawk.jpg -%%WWWDIR_REL%%/images/purplesphere.png -%%WWWDIR_REL%%/images/questionsphere.png -%%WWWDIR_REL%%/images/redsphere.png -%%WWWDIR_REL%%/images/yellowsphere.png -%%WWWDIR_REL%%/hawk.php -%%WWWDIR_REL%%/hawk.css +%%WWWDIR%%/images/bluesphere.png +%%WWWDIR%%/images/favicon.ico +%%WWWDIR%%/images/greensphere.png +%%WWWDIR%%/images/hawk.jpg +%%WWWDIR%%/images/purplesphere.png +%%WWWDIR%%/images/questionsphere.png +%%WWWDIR%%/images/redsphere.png +%%WWWDIR%%/images/yellowsphere.png +%%WWWDIR%%/hawk.php +%%WWWDIR%%/hawk.css %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/create_hawk_db.sql %%PORTDOCS%%%%DOCSDIR%%/create_hawk_user.sql %%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrmtry %D/etc/hawk -@dirrm %%WWWDIR_REL%%/images -@dirrm %%WWWDIR_REL%% +@dirrmtry etc/hawk +@dirrm %%WWWDIR%%/images +@dirrm %%WWWDIR%% |