diff options
author | SADA Kenji <sada@FreeBSD.org> | 2000-07-13 15:30:41 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2000-07-13 15:30:41 +0000 |
commit | b09689878c765dc13b2a3089f51113cdd49957e2 (patch) | |
tree | ff58a630fd33358faaf2fdff14c7291d742fd105 /www/libxpg4-ns | |
parent | Initial import of p5-GnuPG-Interface. (diff) |
* Wipe out extra directory lib/aout .
* One portlint.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=30581
Diffstat (limited to 'www/libxpg4-ns')
-rw-r--r-- | www/libxpg4-ns/Makefile | 4 | ||||
-rw-r--r-- | www/libxpg4-ns/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/www/libxpg4-ns/Makefile b/www/libxpg4-ns/Makefile index ab4b22493cd4..12745804f199 100644 --- a/www/libxpg4-ns/Makefile +++ b/www/libxpg4-ns/Makefile @@ -5,13 +5,13 @@ # $FreeBSD$ # -PORTNAME= libxpg4-ns +PORTNAME= libxpg4 PORTVERSION= 3.3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_PORTS_JP} \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= sada -DISTNAME= libxpg4-3.3 +PKGNAMESUFFIX= -ns MAINTAINER= sada@FreeBSD.ORG diff --git a/www/libxpg4-ns/pkg-plist b/www/libxpg4-ns/pkg-plist index 343f355e7829..713de12502cf 100644 --- a/www/libxpg4-ns/pkg-plist +++ b/www/libxpg4-ns/pkg-plist @@ -3,3 +3,4 @@ lib/aout/libxpg4-ns.so.2.0 lib/aout/libxpg4-ns_p.a @exec env OBJFORMAT=aout ldconfig -m %B @unexec env OBJFORMAT=aout ldconfig -R %B +@unexec rmdir %B 2>/dev/null || true |