- Makefile fixes
Approved by: linimon (mentor)
This commit is contained in:
parent
d2b0494b44
commit
a4f13a5969
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206121
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
|||
# ex:ts=8
|
||||
# Ports collection makefile for: kpum
|
||||
# Date created: Jun 18, 2004
|
||||
# Whom: ijliao
|
||||
|
@ -10,8 +9,7 @@ PORTNAME= kpum
|
|||
PORTVERSION= 0.5.3.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= ftp
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= beech@FreeBSD.org
|
||||
COMMENT= KDE pureftpd user manager
|
||||
|
@ -22,5 +20,7 @@ USE_BZIP2= yes
|
|||
USE_KDELIBS_VER=3
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
INSTALLS_ICONS= yes
|
||||
USE_GETTEXT= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue