mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add staging support
- Switch to PLIST_FILES - Remove Author tag from pkg-descr, info available on homepage and in script itself
This commit is contained in:
parent
d5fcf82383
commit
55cabfbb35
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359573
@ -13,7 +13,10 @@ MASTER_SITE_SUBDIR= roam/misc/cicquin
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Look up users in the CenterICQ user database
|
||||
|
||||
MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP}
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.sh \
|
||||
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -2,5 +2,4 @@ The cicquin script trawls through the CenterICQ data directory, looking for
|
||||
UIN's with the specified nickname. It should work with any reasonable Bourne
|
||||
shell and any standard awk implementation.
|
||||
|
||||
Author: Peter Pentchev <roam@ringlet.net>
|
||||
WWW: http://devel.ringlet.net/misc/cicquin/
|
||||
|
@ -1 +0,0 @@
|
||||
bin/cicquin
|
Loading…
Reference in New Issue
Block a user