diff options
author | crees <crees@FreeBSD.org> | 2011-08-13 15:47:31 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-08-13 15:47:31 +0800 |
commit | 380f37a918950cd2fc576a9e7ed5873c9cbd99ff (patch) | |
tree | 9ea3417653e25f411a8080a01ade34b61b7060bd /mail/p5-qpsmtpd | |
parent | 2a291930150e9f62e150dd429b76bc13f47e6c1a (diff) | |
download | freebsd-ports-graphics-380f37a918950cd2fc576a9e7ed5873c9cbd99ff.tar.gz freebsd-ports-graphics-380f37a918950cd2fc576a9e7ed5873c9cbd99ff.tar.zst freebsd-ports-graphics-380f37a918950cd2fc576a9e7ed5873c9cbd99ff.zip |
Correct pkg-message to use EXAMPLESDIR and DATADIR
PR: ports/159731
Submitted by: gjb
Diffstat (limited to 'mail/p5-qpsmtpd')
-rw-r--r-- | mail/p5-qpsmtpd/Makefile | 1 | ||||
-rw-r--r-- | mail/p5-qpsmtpd/files/pkg-message.in | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/mail/p5-qpsmtpd/Makefile b/mail/p5-qpsmtpd/Makefile index 676187dbc20..c3d85b08369 100644 --- a/mail/p5-qpsmtpd/Makefile +++ b/mail/p5-qpsmtpd/Makefile @@ -43,7 +43,6 @@ MAN3= Qpsmtpd::Command.3 \ USE_RC_SUBR= qpsmtpd SUB_LIST+= PERL=${PERL} -SUB_LIST+= PORTNAME=${PORTNAME} SUB_FILES+= pkg-message pre-configure: diff --git a/mail/p5-qpsmtpd/files/pkg-message.in b/mail/p5-qpsmtpd/files/pkg-message.in index 4c87454b09b..faf67a3a826 100644 --- a/mail/p5-qpsmtpd/files/pkg-message.in +++ b/mail/p5-qpsmtpd/files/pkg-message.in @@ -1,6 +1,6 @@ *****************************************************************' Please read http://wiki.qpsmtpd.org/ for more info about installation. -The example config can be found in %%PREFIX%%/share/examples/%%{PORTNAME}%% -The plugins can be found in %%PREFIX%%/share/%%{PORTNAME%%/plugins/ +The example config can be found in %%EXAMPLESDIR%% +The plugins can be found in %%DATADIR%%/plugins/ This port does also not make any assumptions about what user you wish to use or install location. |