diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
commit | 4acc6fb2a411b291c9c210d82bafe7c62e71c77d (patch) | |
tree | bc16420eb52d65511ceb520c00171d219210a473 /security/fpm | |
parent | 97dfcc1b41c5b4581b1d73128a866beec069c5bf (diff) | |
download | ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.tar.gz ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.zip |
Notes
Diffstat (limited to 'security/fpm')
-rw-r--r-- | security/fpm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/fpm/Makefile b/security/fpm/Makefile index bf0ad5b10378..8ebe9e9b0b90 100644 --- a/security/fpm/Makefile +++ b/security/fpm/Makefile @@ -7,7 +7,7 @@ PORTNAME= fpm PORTVERSION= 0.60 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,8 +24,8 @@ CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ MAN1= fpm.1 PORTDOCS= AUTHORS ChangeLog README TODO -PLIST_FILES= bin/fpm share/gnome/pixmaps/fpm/logo.xpm -PLIST_DIRS= share/gnome/pixmaps/fpm +PLIST_FILES= bin/fpm share/pixmaps/fpm/logo.xpm +PLIST_DIRS= share/pixmaps/fpm pre-build: ${REINPLACE_CMD} -E -e "s@encrypt\(@bfishencrypt\(@g" ${WRKSRC}/src/blowfish.c |