diff options
Diffstat (limited to 'devel/aegis')
-rw-r--r-- | devel/aegis/Makefile | 7 | ||||
-rw-r--r-- | devel/aegis/pkg-message | 7 |
2 files changed, 11 insertions, 3 deletions
diff --git a/devel/aegis/Makefile b/devel/aegis/Makefile index 2be60eeddfb5..35145fa07a48 100644 --- a/devel/aegis/Makefile +++ b/devel/aegis/Makefile @@ -7,6 +7,7 @@ PORTNAME= aegis PORTVERSION= 4.22 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF @@ -14,9 +15,7 @@ MAINTAINER= alepulver@FreeBSD.org COMMENT= Transaction-based software configuration management system LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl -RUN_DEPENDS= cook:${PORTSDIR}/devel/cook \ - fhist:${PORTSDIR}/devel/fhist \ - tkdiff:${PORTSDIR}/textproc/tkdiff +RUN_DEPENDS= tkdiff:${PORTSDIR}/textproc/tkdiff USE_GETTEXT= yes USE_GNOME= libxml2 @@ -70,5 +69,7 @@ post-install: # Fails to reinstall because keeps track of created directories, so make it # forget that, by recreating them on each install. @${FIND} ${WRKSRC} -type f -name ".*dir" -delete +# Information. + @${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD} .include <bsd.port.mk> diff --git a/devel/aegis/pkg-message b/devel/aegis/pkg-message new file mode 100644 index 000000000000..dfb2ddb25657 --- /dev/null +++ b/devel/aegis/pkg-message @@ -0,0 +1,7 @@ +============================================================================== + +Aegis has been installed. + +If you want more development tools, check "devel/cook" and "devel/fhist". + +============================================================================== |