View | Details | Raw Unified | Return to bug 58296
Collapse All | Expand All

(-)/data/home/andi/ownports/userneu/Makefile (-5 / +5 lines)
Lines 2-15 Link Here
2
# Date created:		7 August 2003
2
# Date created:		7 August 2003
3
# Whom:			Andreas Fehlner (fehlner@gmx.de)
3
# Whom:			Andreas Fehlner (fehlner@gmx.de)
4
#
4
#
5
# $FreeBSD: ports/sysutils/userneu/Makefile,v 1.2 2003/10/19 21:38:11 edwin Exp $
5
# $FreeBSD$
6
#
6
#
7
7
8
PORTNAME=	userneu
8
PORTNAME=	userneu
9
PORTVERSION=	1.36
9
PORTVERSION=	1.38
10
PORTREVISION=	1
10
CATEGORIES=	sysutils
11
CATEGORIES=	sysutils
11
MASTER_SITES=	http://btmdx8.mat.uni-bayreuth.de/~johannes/files/userneu/ \
12
MASTER_SITES=	http://btmdx8.mat.uni-bayreuth.de/~johannes/files/userneu/ \
12
		http://home.arcor.de/fehlner/inhalt/download/
13
		http://home.arcor.de/fehlner/inhalt/download/
14
DISTNAME=	userneu-1.38_1
13
15
14
MAINTAINER=	fehlner@gmx.de
16
MAINTAINER=	fehlner@gmx.de
15
COMMENT=	Account management and creation tool
17
COMMENT=	Account management and creation tool
Lines 19-26 Link Here
19
${SITE_PERL}/Crypt/RandPasswd.pm:${PORTSDIR}/security/p5-Crypt-RandPasswd/ \
21
${SITE_PERL}/Crypt/RandPasswd.pm:${PORTSDIR}/security/p5-Crypt-RandPasswd/ \
20
${SITE_PERL}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5/
22
${SITE_PERL}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5/
21
23
22
WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
23
GLOCATE=	${PREFIX}/${PORTNAME}
24
USE_PERL5=	yes
24
USE_PERL5=	yes
25
NO_BUILD=	yes
25
NO_BUILD=	yes
26
26
Lines 32-42 Link Here
32
EXAMPLES=	list-sample
32
EXAMPLES=	list-sample
33
33
34
do-install:
34
do-install:
35
	${MKDIR} ${GLOCATE}
36
	${INSTALL_MAN} 	${WRKSRC}/doc/userneu.8 ${PREFIX}/man/man8
35
	${INSTALL_MAN} 	${WRKSRC}/doc/userneu.8 ${PREFIX}/man/man8
37
	${INSTALL_MAN}	${WRKSRC}/doc/userquick.8 ${PREFIX}/man/man8
36
	${INSTALL_MAN}	${WRKSRC}/doc/userquick.8 ${PREFIX}/man/man8
38
	${INSTALL_SCRIPT} ${WRKSRC}/userneu.pl ${PREFIX}/sbin
37
	${INSTALL_SCRIPT} ${WRKSRC}/userneu.pl ${PREFIX}/sbin
39
	${INSTALL_SCRIPT} ${WRKSRC}/userquick.pl ${PREFIX}/sbin
38
	${INSTALL_SCRIPT} ${WRKSRC}/userquick.pl ${PREFIX}/sbin
39
	${INSTALL_SCRIPT} ${WRKSRC}/smbrepair.pl ${PREFIX}/sbin
40
	@${MKDIR} ${EXAMPLESDIR}
40
	@${MKDIR} ${EXAMPLESDIR}
41
	cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
41
	cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
42
	@${MKDIR} ${DOCSDIR}
42
	@${MKDIR} ${DOCSDIR}
(-)/data/home/andi/ownports/userneu/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (userneu-1.36.tar.gz) = 67ddcaf8539c62c9645ef6b405c04be2
1
MD5 (userneu-1.38_1.tar.gz) = 069cfe28ab1b8eed8a7847c9f9e3fb87
(-)/data/home/andi/ownports/userneu/pkg-plist (-1 / +1 lines)
Lines 1-5 Link Here
1
sbin/userneu.pl
1
sbin/userneu.pl
2
sbin/userquick.pl
2
sbin/userquick.pl
3
sbin/smbrepair.pl
3
%%DOCSDIR%%/BUGS
4
%%DOCSDIR%%/BUGS
4
%%DOCSDIR%%/CHANGES
5
%%DOCSDIR%%/CHANGES
5
%%DOCSDIR%%/COPYING
6
%%DOCSDIR%%/COPYING
Lines 13-16 Link Here
13
%%EXAMPLESDIR%%/list-sample
14
%%EXAMPLESDIR%%/list-sample
14
@dirrm %%DOCSDIR%%
15
@dirrm %%DOCSDIR%%
15
@dirrm %%EXAMPLESDIR%%
16
@dirrm %%EXAMPLESDIR%%
16
@dirrm userneu

Return to bug 58296