- Move USE_IMAKE and IS_INTERACTIVE before bsd.port.pre.mk inclusion.
This commit is contained in:
parent
73b0a29142
commit
bcbfbfd4a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136869
1 changed files with 2 additions and 2 deletions
|
@ -15,11 +15,11 @@ MASTER_SITE_SUBDIR= utilities
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= An X based alarm clock
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
USE_IMAKE= yes
|
||||
IS_INTERACTIVE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
MAN1= xalarm.1 xmemo.1 xfortune.1 xyow.1
|
||||
|
||||
pre-install:
|
||||
|
|
Loading…
Reference in a new issue