diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-03-18 13:52:54 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-03-18 13:52:54 +0000 |
commit | 723d568e7a416cbd8315cc62ac9fa0a79b938610 (patch) | |
tree | 8c3d6d76efe04b1bd10a1422b10c1bf2d65f5a4f /irc/unreal/Makefile | |
parent | ca5b02ff85cef77a5058592d9b41dc33222dd0b7 (diff) |
Notes
Diffstat (limited to 'irc/unreal/Makefile')
-rw-r--r-- | irc/unreal/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/irc/unreal/Makefile b/irc/unreal/Makefile index c2505a059d0d..77f1b51f3b9c 100644 --- a/irc/unreal/Makefile +++ b/irc/unreal/Makefile @@ -28,8 +28,10 @@ USE_RC_SUBR= unrealircd USERS= ircd GROUPS= ircd +CPE_VENDOR= unrealircd +CPE_PRODUCT= unrealircd -USES= pkgconfig +USES= pkgconfig cpe SUB_LIST+= RUNDIR=${RUNDIR} SUB_LIST+= USERS=${USERS} |